Class: PositionalGenerator::Component
- Inherits:
-
Struct
- Object
- Struct
- PositionalGenerator::Component
- Defined in:
- lib/helpers/positional_generator.rb
Instance Attribute Summary collapse
-
#deps ⇒ Object
Returns the value of attribute deps.
-
#generator ⇒ Object
Returns the value of attribute generator.
-
#name ⇒ Object
Returns the value of attribute name.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#deps ⇒ Object
Returns the value of attribute deps
32 33 34 |
# File 'lib/helpers/positional_generator.rb', line 32 def deps @deps end |
#generator ⇒ Object
Returns the value of attribute generator
32 33 34 |
# File 'lib/helpers/positional_generator.rb', line 32 def generator @generator end |
#name ⇒ Object
Returns the value of attribute name
32 33 34 |
# File 'lib/helpers/positional_generator.rb', line 32 def name @name end |
#position ⇒ Object
Returns the value of attribute position
32 33 34 |
# File 'lib/helpers/positional_generator.rb', line 32 def position @position end |