Libraries
»
active_entity
(0.2.1)
»
Index
»
ActiveEntity
»
Attribute
»
#type
Method: ActiveEntity::Attribute#type
Defined in:
lib/active_entity/attribute.rb
#
type
⇒
Class
, ...
Returns:
(
Class
,
Symbol
,
String
)
34 35 36
# File 'lib/active_entity/attribute.rb', line 34
def
type
@options
[
:type
]
end