Method: ActiveResource::Schema#attrs

Defined in:
lib/active_resource/schema.rb

#attrsObject

An array of attribute definitions, representing the attributes that have been defined.



11
12
13
# File 'lib/active_resource/schema.rb', line 11

def attrs
  @attrs
end