Class: Brick::SeedsGenerator::SeedModel

Inherits:
Struct
  • Object
show all
Defined in:
lib/generators/brick/seeds_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_brickObject

Returns the value of attribute is_brick

Returns:

  • (Object)

    the current value of is_brick



13
14
15
# File 'lib/generators/brick/seeds_generator.rb', line 13

def is_brick
  @is_brick
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



13
14
15
# File 'lib/generators/brick/seeds_generator.rb', line 13

def klass
  @klass
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



13
14
15
# File 'lib/generators/brick/seeds_generator.rb', line 13

def table_name
  @table_name
end