Class: MegaBar::Model

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

Instance Attribute Summary collapse

Instance Attribute Details

#make_pageObject

Returns the value of attribute make_page.



9
10
11
# File 'app/models/mega_bar/model.rb', line 9

def make_page
  @make_page
end

#model_id=(value) ⇒ Object (writeonly)

Sets the attribute model_id

Parameters:

  • value

    the value to set the attribute model_id to.



10
11
12
# File 'app/models/mega_bar/model.rb', line 10

def model_id=(value)
  @model_id = value
end