Class: Shark::FormService::V2::FormVersion
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Base
Methods inherited from Base
Class Method Details
.table_name ⇒ Object
9 10 11 |
# File 'lib/shark/form_service/v2/form_version.rb', line 9 def self.table_name 'versions' end |
Instance Method Details
#form_structure ⇒ Object
13 14 15 |
# File 'lib/shark/form_service/v2/form_version.rb', line 13 def form_structure @form_structure ||= FormService::Form::Structure.new(structure) end |