Class: BlueprintsBoy::Blueprint::Data
- Inherits:
-
Struct
- Object
- Struct
- BlueprintsBoy::Blueprint::Data
- Defined in:
- lib/blueprints_boy/blueprint.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#factory ⇒ Object
Returns the value of attribute factory.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
2 3 4 |
# File 'lib/blueprints_boy/blueprint.rb', line 2 def attributes @attributes end |
#factory ⇒ Object
Returns the value of attribute factory
2 3 4 |
# File 'lib/blueprints_boy/blueprint.rb', line 2 def factory @factory end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/blueprints_boy/blueprint.rb', line 2 def name @name end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/blueprints_boy/blueprint.rb', line 2 def end |