Class: MegaBar::Field
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- MegaBar::Field
- Defined in:
- app/models/mega_bar/field.rb
Instance Attribute Summary collapse
-
#block_id ⇒ Object
Returns the value of attribute block_id.
-
#edit_field_display ⇒ Object
Returns the value of attribute edit_field_display.
-
#index_field_display ⇒ Object
Returns the value of attribute index_field_display.
-
#model_display_ids ⇒ Object
Returns the value of attribute model_display_ids.
-
#new_field_display ⇒ Object
Returns the value of attribute new_field_display.
-
#show_field_display ⇒ Object
Returns the value of attribute show_field_display.
Instance Attribute Details
#block_id ⇒ Object
Returns the value of attribute block_id.
6 7 8 |
# File 'app/models/mega_bar/field.rb', line 6 def block_id @block_id end |
#edit_field_display ⇒ Object
Returns the value of attribute edit_field_display.
6 7 8 |
# File 'app/models/mega_bar/field.rb', line 6 def edit_field_display @edit_field_display end |
#index_field_display ⇒ Object
Returns the value of attribute index_field_display.
6 7 8 |
# File 'app/models/mega_bar/field.rb', line 6 def index_field_display @index_field_display end |
#model_display_ids ⇒ Object
Returns the value of attribute model_display_ids.
6 7 8 |
# File 'app/models/mega_bar/field.rb', line 6 def model_display_ids @model_display_ids end |
#new_field_display ⇒ Object
Returns the value of attribute new_field_display.
6 7 8 |
# File 'app/models/mega_bar/field.rb', line 6 def new_field_display @new_field_display end |
#show_field_display ⇒ Object
Returns the value of attribute show_field_display.
6 7 8 |
# File 'app/models/mega_bar/field.rb', line 6 def show_field_display @show_field_display end |