# File lib/sdb/right_sdb_interface.rb, line 323 def get_attributes(domain_name, item_name, attribute_name=nil) link = generate_request("GetAttributes", 'DomainName' => domain_name, 'ItemName' => item_name, 'AttributeName' => attribute_name ) request_info(link, QSdbGetAttributesParser.new) rescue Exception on_exception end