Class: OvirtSDK4::Method
- Inherits:
-
Struct
- Object
- Struct
- OvirtSDK4::Method
- Defined in:
- lib/ovirtsdk4/types.rb,
lib/ovirtsdk4/types.rb
Instance Method Summary (collapse)
-
- (SsoMethod) id
Returns the value of the
id
attribute. -
- (Object) id=(value)
Sets the value of the
id
attribute. -
- (Method) initialize(opts = {})
constructor
Creates a new instance of the Method class.
Methods included from Type
Constructor Details
- (Method) initialize(opts = {})
Creates a new instance of the OvirtSDK4::Method class.
6533 6534 6535 6536 |
# File 'lib/ovirtsdk4/types.rb', line 6533 def initialize(opts = {}) super(opts) self.id = opts[:id] end |
Instance Method Details
- (SsoMethod) id
Returns the value of the id
attribute.
6510 6511 6512 |
# File 'lib/ovirtsdk4/types.rb', line 6510 def id return @id end |
- (Object) id=(value)
Sets the value of the id
attribute.
6519 6520 6521 |
# File 'lib/ovirtsdk4/types.rb', line 6519 def id=(value) @id = value end |