Module: OvirtSDK4::Type

Included in:
List, Struct
Defined in:
lib/ovirtsdk4/type.rb

Overview

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

Instance Method Summary (collapse)

Instance Method Details

- (String) href

Returns the value of the href attribute.

Returns:

  • (String)


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.

Parameters:

  • value (String)


38
39
40
# File 'lib/ovirtsdk4/type.rb', line 38

def href=(value)
  @href = value
end