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
commentattribute. -
#comment=(value) ⇒ Object
Sets the value of the
commentattribute. -
#description ⇒ String
Returns the value of the
descriptionattribute. -
#description=(value) ⇒ Object
Sets the value of the
descriptionattribute. -
#id ⇒ String
Returns the value of the
idattribute. -
#id=(value) ⇒ Object
Sets the value of the
idattribute. -
#initialize(opts = {}) ⇒ Vendor
constructor
Creates a new instance of the Vendor class.
-
#name ⇒ String
Returns the value of the
nameattribute. -
#name=(value) ⇒ Object
Sets the value of the
nameattribute.
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.
23884 23885 23886 |
# File 'lib/ovirtsdk4/types.rb', line 23884 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment attribute.
23801 23802 23803 |
# File 'lib/ovirtsdk4/types.rb', line 23801 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment attribute.
23810 23811 23812 |
# File 'lib/ovirtsdk4/types.rb', line 23810 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description attribute.
23819 23820 23821 |
# File 'lib/ovirtsdk4/types.rb', line 23819 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description attribute.
23828 23829 23830 |
# File 'lib/ovirtsdk4/types.rb', line 23828 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id attribute.
23837 23838 23839 |
# File 'lib/ovirtsdk4/types.rb', line 23837 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id attribute.
23846 23847 23848 |
# File 'lib/ovirtsdk4/types.rb', line 23846 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name attribute.
23855 23856 23857 |
# File 'lib/ovirtsdk4/types.rb', line 23855 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name attribute.
23864 23865 23866 |
# File 'lib/ovirtsdk4/types.rb', line 23864 def name=(value) @name = value end |