Class: Reactive::MetaModel::Column
- Defined in:
- lib/reactive-core/meta_model.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#primary ⇒ Object
(also: #primary?)
readonly
Returns the value of attribute primary.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
29 30 31 |
# File 'lib/reactive-core/meta_model.rb', line 29 def name @name end |
#primary ⇒ Object (readonly) Also known as: primary?
Returns the value of attribute primary.
29 30 31 |
# File 'lib/reactive-core/meta_model.rb', line 29 def primary @primary end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
29 30 31 |
# File 'lib/reactive-core/meta_model.rb', line 29 def type @type end |