Class: AwsSdb::Response::GetAttributes

Inherits:
Base
  • Object
show all
Defined in:
lib/aws_sdb_bare/response.rb

Instance Method Summary collapse

Methods inherited from Base

has_items, #initialize, #metadata, register, #token

Constructor Details

This class inherits a constructor from AwsSdb::Response::Base

Instance Method Details

#attributesObject

hash of item attributes



95
96
97
# File 'lib/aws_sdb_bare/response.rb', line 95

def attributes
  @attributes ||= attributes_hash(@doc)
end