Class: Fog::Parsers::AWS::ElasticBeanstalk::UpdateApplicationVersion
- Inherits:
-
BaseParser
- Object
- Base
- BaseParser
- Fog::Parsers::AWS::ElasticBeanstalk::UpdateApplicationVersion
- Defined in:
- lib/fog/aws/parsers/beanstalk/update_application_version.rb
Instance Method Summary collapse
-
#initialize ⇒ UpdateApplicationVersion
constructor
A new instance of UpdateApplicationVersion.
Methods inherited from BaseParser
#end_element, #get_parent, #reset, #set_value, #start_element, #tag
Constructor Details
#initialize ⇒ UpdateApplicationVersion
Returns a new instance of UpdateApplicationVersion.
7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/fog/aws/parsers/beanstalk/update_application_version.rb', line 7 def initialize super("UpdateApplicationVersionResult") tag 'ApplicationVersion', :object tag 'ApplicationName', :string tag 'DateCreated', :datetime tag 'DateUpdated', :datetime tag 'Description', :string tag 'SourceBundle', :object tag 'S3Bucket', :string tag 'S3Key', :string tag 'VersionLabel', :string end |