Class: Dynamic::Properties::InterpretAs
- Inherits:
-
KirguduBase::Dynamic::BaseModel
- Object
- KirguduBase::Dynamic::BaseModel
- Dynamic::Properties::InterpretAs
- Defined in:
- app/models/kirgudu_base/dynamic/properties/interprete_as.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#preprocessors ⇒ Object
Returns the value of attribute preprocessors.
Instance Method Summary collapse
-
#initialize(properties = {}) ⇒ InterpretAs
constructor
A new instance of InterpretAs.
Constructor Details
#initialize(properties = {}) ⇒ InterpretAs
6 7 8 |
# File 'app/models/kirgudu_base/dynamic/properties/interprete_as.rb', line 6 def initialize(properties = {}) super(properties) end |
Instance Attribute Details
#data_type ⇒ Object
Returns the value of attribute data_type.
12 13 14 |
# File 'app/models/kirgudu_base/dynamic/properties/interprete_as.rb', line 12 def data_type @data_type end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'app/models/kirgudu_base/dynamic/properties/interprete_as.rb', line 10 def name @name end |
#preprocessors ⇒ Object
Returns the value of attribute preprocessors.
11 12 13 |
# File 'app/models/kirgudu_base/dynamic/properties/interprete_as.rb', line 11 def preprocessors @preprocessors end |