Methods
N
P
T
Included Modules
Attributes
[RW] id
[RW] workshop_id
Class Public methods
new(id)
# File actionpack/test/template/url_helper_test.rb, line 639
def initialize(id)
  @id = id
end
Instance Public methods
persisted?()
# File actionpack/test/template/url_helper_test.rb, line 643
def persisted?
  id.present?
end
to_s()
# File actionpack/test/template/url_helper_test.rb, line 647
def to_s
  id.to_s
end