Class: OvirtSDK4::PmProxy
- Inherits:
-
Struct
- Object
- Struct
- OvirtSDK4::PmProxy
- Defined in:
- lib/ovirtsdk4/types.rb,
lib/ovirtsdk4/types.rb
Instance Method Summary (collapse)
-
- (PmProxy) initialize(opts = {})
constructor
Creates a new instance of the PmProxy class.
-
- (PmProxyType) type
Returns the value of the
type
attribute. -
- (Object) type=(value)
Sets the value of the
type
attribute.
Methods included from Type
Constructor Details
- (PmProxy) initialize(opts = {})
Creates a new instance of the OvirtSDK4::PmProxy class.
10438 10439 10440 10441 |
# File 'lib/ovirtsdk4/types.rb', line 10438 def initialize(opts = {}) super(opts) self.type = opts[:type] end |
Instance Method Details
- (PmProxyType) type
Returns the value of the type
attribute.
10415 10416 10417 |
# File 'lib/ovirtsdk4/types.rb', line 10415 def type return @type end |
- (Object) type=(value)
Sets the value of the type
attribute.
10424 10425 10426 |
# File 'lib/ovirtsdk4/types.rb', line 10424 def type=(value) @type = value end |