Method: RubyAw#get_aw_attribute_type

Defined in:
lib/ruby_aw.rb

#get_aw_attribute_type(attribute) ⇒ Object



48
49
50
# File 'lib/ruby_aw.rb', line 48

def get_aw_attribute_type(attribute)
  ATTRIBUTE_TYPE_MAP[attribute.to_sym]
end