Class: Fog::Parsers::AWS::ElasticBeanstalk::CreateStorageLocation
- Inherits:
-
BaseParser
- Object
- Nokogiri::XML::SAX::Document
- Base
- BaseParser
- Fog::Parsers::AWS::ElasticBeanstalk::CreateStorageLocation
- Defined in:
- lib/fog/aws/parsers/beanstalk/create_storage_location.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ CreateStorageLocation
constructor
A new instance of CreateStorageLocation.
Methods inherited from BaseParser
#end_element, #get_parent, #reset, #set_value, #start_element, #tag
Methods inherited from Base
#attr_value, #characters, #reset, #start_element, #value
Constructor Details
#initialize ⇒ CreateStorageLocation
Returns a new instance of CreateStorageLocation.
9 10 11 12 |
# File 'lib/fog/aws/parsers/beanstalk/create_storage_location.rb', line 9 def initialize super("CreateStorageLocationResult") tag 'S3Bucket', :string end |