Class: OpenehrRails::RuntimeScaffolder::Result
- Inherits:
-
Struct
- Object
- Struct
- OpenehrRails::RuntimeScaffolder::Result
- Defined in:
- lib/openehr_rails/runtime_scaffolder.rb
Instance Attribute Summary collapse
-
#model_name ⇒ Object
Returns the value of attribute model_name.
-
#route_path ⇒ Object
Returns the value of attribute route_path.
Instance Attribute Details
#model_name ⇒ Object
Returns the value of attribute model_name
12 13 14 |
# File 'lib/openehr_rails/runtime_scaffolder.rb', line 12 def model_name @model_name end |
#route_path ⇒ Object
Returns the value of attribute route_path
12 13 14 |
# File 'lib/openehr_rails/runtime_scaffolder.rb', line 12 def route_path @route_path end |