Class: Fabrique::Test::Fixtures::Constructors::ClassWithBuilderMethod::Builder

Inherits:
Object
  • Object
show all
Defined in:
lib/fabrique/test/fixtures/constructors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



81
82
83
# File 'lib/fabrique/test/fixtures/constructors.rb', line 81

def color
  @color
end

#shapeObject

Returns the value of attribute shape.



81
82
83
# File 'lib/fabrique/test/fixtures/constructors.rb', line 81

def shape
  @shape
end

#sizeObject

Returns the value of attribute size.



81
82
83
# File 'lib/fabrique/test/fixtures/constructors.rb', line 81

def size
  @size
end