Class: Fixturex::ModelFixtures::Fixture
- Inherits:
-
Struct
- Object
- Struct
- Fixturex::ModelFixtures::Fixture
- Defined in:
- lib/fixturex/tree_builder.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
12 13 14 |
# File 'lib/fixturex/tree_builder.rb', line 12 def attributes @attributes end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/fixturex/tree_builder.rb', line 12 def name @name end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/fixturex/tree_builder.rb', line 12 def path @path end |