Method: AWS::S3::ACL::Grantee#to_xml

Defined in:
lib/aws-matt/s3/acl.rb

#to_xmlObject

The xml representation of the current grantee object.



400
401
402
# File 'lib/aws-matt/s3/acl.rb', line 400

def to_xml
  Builder.new(self).to_s
end