Class: Virtuozzo::SOAP::Types::Devm::Umount
- Inherits:
-
Mount_deviceType
- Object
- Mount_deviceType
- Virtuozzo::SOAP::Types::Devm::Umount
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#device ⇒ Object
Returns the value of attribute device.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#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, eid = nil) ⇒ Umount
constructor
A new instance of Umount.
Constructor Details
#initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil, eid = nil) ⇒ Umount
Returns a new instance of Umount.
2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2875 def initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil, eid = nil) @permanent = permanent @device = device @point = point @filesystem = filesystem @active = active @size = size @interface = interface @eid = eid end |
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
2870 2871 2872 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2870 def active @active end |
#device ⇒ Object
Returns the value of attribute device.
2867 2868 2869 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2867 def device @device end |
#eid ⇒ Object
Returns the value of attribute eid.
2873 2874 2875 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2873 def eid @eid end |
#filesystem ⇒ Object
Returns the value of attribute filesystem.
2869 2870 2871 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2869 def filesystem @filesystem end |
#interface ⇒ Object
Returns the value of attribute interface.
2872 2873 2874 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2872 def interface @interface end |
#permanent ⇒ Object
Returns the value of attribute permanent.
2866 2867 2868 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2866 def permanent @permanent end |
#point ⇒ Object
Returns the value of attribute point.
2868 2869 2870 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2868 def point @point end |
#size ⇒ Object
Returns the value of attribute size.
2871 2872 2873 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2871 def size @size end |