Class: Virtuozzo::SOAP::Types::Backupm::Search
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Search
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = nil) ⇒ Search
constructor
A new instance of Search.
Constructor Details
#initialize(options = nil) ⇒ Search
Returns a new instance of Search.
2473 2474 2475 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2473 def initialize( = nil) @options = end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
2471 2472 2473 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2471 def @options end |