Class: LoadableConfig::Attribute
- Inherits:
-
Struct
- Object
- Struct
- LoadableConfig::Attribute
- Defined in:
- lib/loadable_config.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#serializer ⇒ Object
Returns the value of attribute serializer.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/loadable_config.rb', line 10 def name @name end |
#optional ⇒ Object
Returns the value of attribute optional
10 11 12 |
# File 'lib/loadable_config.rb', line 10 def optional @optional end |
#schema ⇒ Object
Returns the value of attribute schema
10 11 12 |
# File 'lib/loadable_config.rb', line 10 def schema @schema end |
#serializer ⇒ Object
Returns the value of attribute serializer
10 11 12 |
# File 'lib/loadable_config.rb', line 10 def serializer @serializer end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/loadable_config.rb', line 10 def type @type end |