Class: Virtuozzo::SOAP::Types::Devm::New_mount
- Inherits:
-
Mount_deviceType
- Object
- Mount_deviceType
- Virtuozzo::SOAP::Types::Devm::New_mount
- 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) ⇒ New_mount
constructor
A new instance of New_mount.
Constructor Details
#initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil, eid = nil) ⇒ New_mount
Returns a new instance of New_mount.
2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2844 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.
2839 2840 2841 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2839 def active @active end |
#device ⇒ Object
Returns the value of attribute device.
2836 2837 2838 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2836 def device @device end |
#eid ⇒ Object
Returns the value of attribute eid.
2842 2843 2844 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2842 def eid @eid end |
#filesystem ⇒ Object
Returns the value of attribute filesystem.
2838 2839 2840 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2838 def filesystem @filesystem end |
#interface ⇒ Object
Returns the value of attribute interface.
2841 2842 2843 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2841 def interface @interface end |
#permanent ⇒ Object
Returns the value of attribute permanent.
2835 2836 2837 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2835 def permanent @permanent end |
#point ⇒ Object
Returns the value of attribute point.
2837 2838 2839 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2837 def point @point end |
#size ⇒ Object
Returns the value of attribute size.
2840 2841 2842 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2840 def size @size end |