Class: UU::OS::REST::RemoteException::Attribute
- Inherits:
-
Object
- Object
- UU::OS::REST::RemoteException::Attribute
- Defined in:
- uu_os_framework-0.10.6/lib/uu/os/rest/remote_exception.rb
Overview
Exception attribute.
Instance Attribute Summary (collapse)
-
- (String) name
readonly
Attribute name.
-
- (Object) value
readonly
Attribute value.
Instance Attribute Details
- (String) name (readonly)
Attribute name
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
107 108 109 |
# File 'uu_os_framework-0.10.6/lib/uu/os/rest/remote_exception.rb', line 107 def value @value end |