Class: Virtuozzo::SOAP::Types::Backupm::BackupType::Capability
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::BackupType::Capability
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
inner class for member: capability http://www.swsoft.com/webservices/vzl/4.0.0/backupmcapability
browsable - (any)
Instance Attribute Summary collapse
-
#browsable ⇒ Object
Returns the value of attribute browsable.
Instance Method Summary collapse
-
#initialize(browsable = nil) ⇒ Capability
constructor
A new instance of Capability.
Constructor Details
#initialize(browsable = nil) ⇒ Capability
Returns a new instance of Capability.
2343 2344 2345 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2343 def initialize(browsable = nil) @browsable = browsable end |
Instance Attribute Details
#browsable ⇒ Object
Returns the value of attribute browsable.
2341 2342 2343 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2341 def browsable @browsable end |