Module: OvirtSDK4::Type
Overview
This module is a mixin that contains the methods common to struct and list types.
Instance Method Summary (collapse)
-
- (String) href
Returns the value of the
href
attribute. -
- (Object) href=(value)
Sets the value of the
href
attribute.
Instance Method Details
- (String) href
Returns the value of the href
attribute.
29 30 31 |
# File 'lib/ovirtsdk4/type.rb', line 29 def href return @href end |
- (Object) href=(value)
Sets the value of the href
attribute.
38 39 40 |
# File 'lib/ovirtsdk4/type.rb', line 38 def href=(value) @href = value end |