Class: HasEmbeddedDocument::Base::Attribute
- Inherits:
-
Struct
- Object
- Struct
- HasEmbeddedDocument::Base::Attribute
- Defined in:
- lib/has_embedded_document/base.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
10 11 12 |
# File 'lib/has_embedded_document/base.rb', line 10 def default @default end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/has_embedded_document/base.rb', line 10 def name @name end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/has_embedded_document/base.rb', line 10 def type @type end |