Class: Brick::SeedsBuilder::SeedModel
- Defined in:
- lib/generators/brick/seeds_builder.rb
Instance Attribute Summary collapse
-
#airtable_table ⇒ Object
Returns the value of attribute airtable_table.
-
#is_brick ⇒ Object
Returns the value of attribute is_brick.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#airtable_table ⇒ Object
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_brick ⇒ Object
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 |
#klass ⇒ Object
Returns the value of attribute klass
10 11 12 |
# File 'lib/generators/brick/seeds_builder.rb', line 10 def klass @klass end |
#table_name ⇒ Object
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 |