Class: AWS::S3::ACL::Grantee::Builder
- Inherits:
-
XmlGenerator
- Object
- XmlGenerator
- AWS::S3::ACL::Grantee::Builder
- Defined in:
- lib/aws-matt/s3/acl.rb
Overview
:nodoc:
Instance Method Summary collapse
- #build ⇒ Object
-
#initialize(grantee) ⇒ Builder
constructor
A new instance of Builder.
Constructor Details
#initialize(grantee) ⇒ Builder
Returns a new instance of Builder.
458 459 460 461 |
# File 'lib/aws-matt/s3/acl.rb', line 458 def initialize(grantee) @grantee = grantee super() end |
Instance Method Details
#build ⇒ Object
463 464 465 466 467 |
# File 'lib/aws-matt/s3/acl.rb', line 463 def build xml.tag!('Grantee', attributes) do representation end end |