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

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

Overview

Exception attribute.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (String) name (readonly)

Attribute name

Returns:

  • (String)


149
150
151
# File 'uu_os_framework-0.29.16/lib/uu/os/rest/remote_exception.rb', line 149

def name
  @name
end

- (Object) value (readonly)

Attribute value

Returns:

  • (Object)


153
154
155
# File 'uu_os_framework-0.29.16/lib/uu/os/rest/remote_exception.rb', line 153

def value
  @value
end