Class: Virtuozzo::SOAP::Types::Devm::Mount_deviceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::Mount_deviceType
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
Direct Known Subclasses
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#device ⇒ Object
Returns the value of attribute device.
-
#filesystem ⇒ Object
Returns the value of attribute filesystem.
-
#interface ⇒ Object
Returns the value of attribute interface.
-
#permanent ⇒ Object
Returns the value of attribute permanent.
-
#point ⇒ Object
Returns the value of attribute point.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Method Summary collapse
-
#initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil) ⇒ Mount_deviceType
constructor
A new instance of Mount_deviceType.
Constructor Details
#initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil) ⇒ Mount_deviceType
Returns a new instance of Mount_deviceType.
2496 2497 2498 2499 2500 2501 2502 2503 2504 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2496 def initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil) @permanent = permanent @device = device @point = point @filesystem = filesystem @active = active @size = size @interface = interface end |
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
2492 2493 2494 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2492 def active @active end |
#device ⇒ Object
Returns the value of attribute device.
2489 2490 2491 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2489 def device @device end |
#filesystem ⇒ Object
Returns the value of attribute filesystem.
2491 2492 2493 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2491 def filesystem @filesystem end |
#interface ⇒ Object
Returns the value of attribute interface.
2494 2495 2496 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2494 def interface @interface end |
#permanent ⇒ Object
Returns the value of attribute permanent.
2488 2489 2490 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2488 def permanent @permanent end |
#point ⇒ Object
Returns the value of attribute point.
2490 2491 2492 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2490 def point @point end |
#size ⇒ Object
Returns the value of attribute size.
2493 2494 2495 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2493 def size @size end |