Class: OpenehrRails::RuntimeScaffolder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/openehr_rails/runtime_scaffolder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#model_nameObject

Returns the value of attribute model_name

Returns:

  • (Object)

    the current value of model_name



12
13
14
# File 'lib/openehr_rails/runtime_scaffolder.rb', line 12

def model_name
  @model_name
end

#route_pathObject

Returns the value of attribute route_path

Returns:

  • (Object)

    the current value of route_path



12
13
14
# File 'lib/openehr_rails/runtime_scaffolder.rb', line 12

def route_path
  @route_path
end