Class: Dynamic::Properties::InterpretAs

Inherits:
KirguduBase::Dynamic::BaseModel
  • Object
show all
Defined in:
app/models/kirgudu_base/dynamic/properties/interprete_as.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeObject

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

#nameObject

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

#preprocessorsObject

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