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