Class: UU::OS::REST::RemoteException::Attribute
- Inherits:
-
Object
- Object
- UU::OS::REST::RemoteException::Attribute
- Defined in:
- uu_os_framework-0.29.16/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
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
153 154 155 |
# File 'uu_os_framework-0.29.16/lib/uu/os/rest/remote_exception.rb', line 153 def value @value end |