Class: MegaBar::Field

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/mega_bar/field.rb

Instance Attribute Summary collapse

Instance Attribute Details

#block_idObject

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_displayObject

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_displayObject

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_idsObject

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_displayObject

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_displayObject

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