Class: BuildingBlocks::Container

Inherits:
Object
  • Object
show all
Defined in:
lib/building_blocks/container.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block.



3
4
5
# File 'lib/building_blocks/container.rb', line 3

def block
  @block
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/building_blocks/container.rb', line 3

def name
  @name
end

#optionsObject

Returns the value of attribute options.



3
4
5
# File 'lib/building_blocks/container.rb', line 3

def options
  @options
end