Class: PagesCore::Configuration::Base::SettingStruct
- Inherits:
-
Struct
- Object
- Struct
- PagesCore::Configuration::Base::SettingStruct
- Defined in:
- lib/pages_core/configuration/base.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
8 9 10 |
# File 'lib/pages_core/configuration/base.rb', line 8 def default @default end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/pages_core/configuration/base.rb', line 8 def type @type end |