Class: Maglev::Content::SettingContent
- Inherits:
-
Object
- Object
- Maglev::Content::SettingContent
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/maglev/content/setting_content.rb
Defined Under Namespace
Classes: AssociationProxy
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'app/models/maglev/content/setting_content.rb', line 8 def id @id end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'app/models/maglev/content/setting_content.rb', line 8 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
8 9 10 |
# File 'app/models/maglev/content/setting_content.rb', line 8 def value @value end |