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.
25132 25133 25134 |
# File 'lib/ovirtsdk4/types.rb', line 25132 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment attribute.
25049 25050 25051 |
# File 'lib/ovirtsdk4/types.rb', line 25049 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment attribute.
25058 25059 25060 |
# File 'lib/ovirtsdk4/types.rb', line 25058 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description attribute.
25067 25068 25069 |
# File 'lib/ovirtsdk4/types.rb', line 25067 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description attribute.
25076 25077 25078 |
# File 'lib/ovirtsdk4/types.rb', line 25076 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id attribute.
25085 25086 25087 |
# File 'lib/ovirtsdk4/types.rb', line 25085 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id attribute.
25094 25095 25096 |
# File 'lib/ovirtsdk4/types.rb', line 25094 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name attribute.
25103 25104 25105 |
# File 'lib/ovirtsdk4/types.rb', line 25103 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name attribute.
25112 25113 25114 |
# File 'lib/ovirtsdk4/types.rb', line 25112 def name=(value) @name = value end |