Class: Virtuozzo::SOAP::Types::Backupm::Put_metadata
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Put_metadata
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/data_storagemput_metadata
id - (any)
data - (any)
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, data = nil) ⇒ Put_metadata
constructor
A new instance of Put_metadata.
Constructor Details
#initialize(id = nil, data = nil) ⇒ Put_metadata
Returns a new instance of Put_metadata.
2732 2733 2734 2735 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2732 def initialize(id = nil, data = nil) @id = id @data = data end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
2730 2731 2732 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2730 def data @data end |
#id ⇒ Object
Returns the value of attribute id.
2729 2730 2731 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2729 def id @id end |