Class: BlueprintsBoy::Blueprint::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/blueprints_boy/blueprint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



2
3
4
# File 'lib/blueprints_boy/blueprint.rb', line 2

def attributes
  @attributes
end

#factoryObject

Returns the value of attribute factory

Returns:

  • (Object)

    the current value of factory



2
3
4
# File 'lib/blueprints_boy/blueprint.rb', line 2

def factory
  @factory
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/blueprints_boy/blueprint.rb', line 2

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



2
3
4
# File 'lib/blueprints_boy/blueprint.rb', line 2

def options
  @options
end