Class: Brick::SeedsBuilder::SeedModel

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

Instance Attribute Summary collapse

Instance Attribute Details

#airtable_tableObject

Returns the value of attribute airtable_table



10
11
12
# File 'lib/generators/brick/seeds_builder.rb', line 10

def airtable_table
  @airtable_table
end

#is_brickObject

Returns the value of attribute is_brick



10
11
12
# File 'lib/generators/brick/seeds_builder.rb', line 10

def is_brick
  @is_brick
end

#klassObject

Returns the value of attribute klass



10
11
12
# File 'lib/generators/brick/seeds_builder.rb', line 10

def klass
  @klass
end

#table_nameObject

Returns the value of attribute table_name



10
11
12
# File 'lib/generators/brick/seeds_builder.rb', line 10

def table_name
  @table_name
end