Class: AwsSdb::Response::GetAttributes
- Defined in:
- lib/aws_sdb_bare/response.rb
Instance Method Summary collapse
-
#attributes ⇒ Object
hash of item attributes.
Methods inherited from Base
has_items, #initialize, #metadata, register, #token
Constructor Details
This class inherits a constructor from AwsSdb::Response::Base
Instance Method Details
#attributes ⇒ Object
hash of item attributes
95 96 97 |
# File 'lib/aws_sdb_bare/response.rb', line 95 def attributes @attributes ||= attributes_hash(@doc) end |