Class: OvirtSDK4::Product
- Inherits:
-
Identified
- Object
- Struct
- Identified
- OvirtSDK4::Product
- 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 = {}) ⇒ Product
constructor
Creates a new instance of the Product 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 = {}) ⇒ Product
Creates a new instance of the OvirtSDK4::Product class.
15414 15415 15416 |
# File 'lib/ovirtsdk4/types.rb', line 15414 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment attribute.
15331 15332 15333 |
# File 'lib/ovirtsdk4/types.rb', line 15331 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment attribute.
15340 15341 15342 |
# File 'lib/ovirtsdk4/types.rb', line 15340 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description attribute.
15349 15350 15351 |
# File 'lib/ovirtsdk4/types.rb', line 15349 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description attribute.
15358 15359 15360 |
# File 'lib/ovirtsdk4/types.rb', line 15358 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id attribute.
15367 15368 15369 |
# File 'lib/ovirtsdk4/types.rb', line 15367 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id attribute.
15376 15377 15378 |
# File 'lib/ovirtsdk4/types.rb', line 15376 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name attribute.
15385 15386 15387 |
# File 'lib/ovirtsdk4/types.rb', line 15385 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name attribute.
15394 15395 15396 |
# File 'lib/ovirtsdk4/types.rb', line 15394 def name=(value) @name = value end |