Method: ActiveEntity::Attribute#type

Defined in:
lib/active_entity/attribute.rb

#typeClass, ...

Returns:

  • (Class, Symbol, String)


34
35
36
# File 'lib/active_entity/attribute.rb', line 34

def type
  @options[:type]
end