Class: UU::OS::REST::RemoteException::Attribute

Inherits:
Object
  • Object
show all
Defined in:
uu_os_framework-0.10.6/lib/uu/os/rest/remote_exception.rb

Overview

Exception attribute.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (String) name (readonly)

Attribute name

Returns:

  • (String)


103
104
105
# File 'uu_os_framework-0.10.6/lib/uu/os/rest/remote_exception.rb', line 103

def name
  @name
end

- (Object) value (readonly)

Attribute value

Returns:

  • (Object)


107
108
109
# File 'uu_os_framework-0.10.6/lib/uu/os/rest/remote_exception.rb', line 107

def value
  @value
end