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.
24862 24863 24864 |
# File 'lib/ovirtsdk4/types.rb', line 24862 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment
attribute.
24779 24780 24781 |
# File 'lib/ovirtsdk4/types.rb', line 24779 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment
attribute.
24788 24789 24790 |
# File 'lib/ovirtsdk4/types.rb', line 24788 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description
attribute.
24797 24798 24799 |
# File 'lib/ovirtsdk4/types.rb', line 24797 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description
attribute.
24806 24807 24808 |
# File 'lib/ovirtsdk4/types.rb', line 24806 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id
attribute.
24815 24816 24817 |
# File 'lib/ovirtsdk4/types.rb', line 24815 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id
attribute.
24824 24825 24826 |
# File 'lib/ovirtsdk4/types.rb', line 24824 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name
attribute.
24833 24834 24835 |
# File 'lib/ovirtsdk4/types.rb', line 24833 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name
attribute.
24842 24843 24844 |
# File 'lib/ovirtsdk4/types.rb', line 24842 def name=(value) @name = value end |