Class: Maglev::Content::SettingContent

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/maglev/content/setting_content.rb

Defined Under Namespace

Classes: AssociationProxy

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



8
9
10
# File 'app/models/maglev/content/setting_content.rb', line 8

def id
  @id
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'app/models/maglev/content/setting_content.rb', line 8

def type
  @type
end

#valueObject

Returns the value of attribute value.



8
9
10
# File 'app/models/maglev/content/setting_content.rb', line 8

def value
  @value
end