Class: Fabrique::Test::Fixtures::Constructors::ClassWithBuilderMethod::Builder
- Inherits:
-
Object
- Object
- Fabrique::Test::Fixtures::Constructors::ClassWithBuilderMethod::Builder
- Defined in:
- lib/fabrique/test/fixtures/constructors.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#shape ⇒ Object
Returns the value of attribute shape.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
81 82 83 |
# File 'lib/fabrique/test/fixtures/constructors.rb', line 81 def color @color end |
#shape ⇒ Object
Returns the value of attribute shape.
81 82 83 |
# File 'lib/fabrique/test/fixtures/constructors.rb', line 81 def shape @shape end |
#size ⇒ Object
Returns the value of attribute size.
81 82 83 |
# File 'lib/fabrique/test/fixtures/constructors.rb', line 81 def size @size end |