module OvirtSDK4::Type

This module is a mixin that contains the methods common to struct and list types.

Public Instance Methods

href() click to toggle source

Returns the value of the `href` attribute.

@return [String]

# File lib/ovirtsdk4/type.rb, line 29
def href
  return @href
end
href=(value) click to toggle source

Sets the value of the `href` attribute.

@param value [String]

# File lib/ovirtsdk4/type.rb, line 38
def href=(value)
  @href = value
end