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.
24389 24390 24391 |
# File 'lib/ovirtsdk4/types.rb', line 24389 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment
attribute.
24306 24307 24308 |
# File 'lib/ovirtsdk4/types.rb', line 24306 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment
attribute.
24315 24316 24317 |
# File 'lib/ovirtsdk4/types.rb', line 24315 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description
attribute.
24324 24325 24326 |
# File 'lib/ovirtsdk4/types.rb', line 24324 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description
attribute.
24333 24334 24335 |
# File 'lib/ovirtsdk4/types.rb', line 24333 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id
attribute.
24342 24343 24344 |
# File 'lib/ovirtsdk4/types.rb', line 24342 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id
attribute.
24351 24352 24353 |
# File 'lib/ovirtsdk4/types.rb', line 24351 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name
attribute.
24360 24361 24362 |
# File 'lib/ovirtsdk4/types.rb', line 24360 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name
attribute.
24369 24370 24371 |
# File 'lib/ovirtsdk4/types.rb', line 24369 def name=(value) @name = value end |