Class: OvirtSDK4::Vendor
- Inherits:
-
Identified
- Object
- Struct
- Identified
- OvirtSDK4::Vendor
- Defined in:
- lib/ovirtsdk4/types.rb,
lib/ovirtsdk4/types.rb
Instance Method Summary collapse
-
#comment ⇒ String
Returns the value of the
comment
attribute. -
#comment=(value) ⇒ Object
Sets the value of the
comment
attribute. -
#description ⇒ String
Returns the value of the
description
attribute. -
#description=(value) ⇒ Object
Sets the value of the
description
attribute. -
#id ⇒ String
Returns the value of the
id
attribute. -
#id=(value) ⇒ Object
Sets the value of the
id
attribute. -
#initialize(opts = {}) ⇒ Vendor
constructor
Creates a new instance of the Vendor class.
-
#name ⇒ String
Returns the value of the
name
attribute. -
#name=(value) ⇒ Object
Sets the value of the
name
attribute.
Methods inherited from Identified
Methods inherited from Struct
Methods included from Type
Constructor Details
#initialize(opts = {}) ⇒ Vendor
Creates a new instance of the OvirtSDK4::Vendor class.
23729 23730 23731 |
# File 'lib/ovirtsdk4/types.rb', line 23729 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment
attribute.
23646 23647 23648 |
# File 'lib/ovirtsdk4/types.rb', line 23646 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment
attribute.
23655 23656 23657 |
# File 'lib/ovirtsdk4/types.rb', line 23655 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description
attribute.
23664 23665 23666 |
# File 'lib/ovirtsdk4/types.rb', line 23664 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description
attribute.
23673 23674 23675 |
# File 'lib/ovirtsdk4/types.rb', line 23673 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id
attribute.
23682 23683 23684 |
# File 'lib/ovirtsdk4/types.rb', line 23682 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id
attribute.
23691 23692 23693 |
# File 'lib/ovirtsdk4/types.rb', line 23691 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name
attribute.
23700 23701 23702 |
# File 'lib/ovirtsdk4/types.rb', line 23700 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name
attribute.
23709 23710 23711 |
# File 'lib/ovirtsdk4/types.rb', line 23709 def name=(value) @name = value end |