Class: Granite::AssignData::DataAssignment
- Inherits:
-
Struct
- Object
- Struct
- Granite::AssignData::DataAssignment
- Defined in:
- lib/granite/assign_data.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
3 4 5 |
# File 'lib/granite/assign_data.rb', line 3 def method @method end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/granite/assign_data.rb', line 3 def @options end |