Class: Protobuf::Rpc::ClientError
- Inherits:
-
Struct
- Object
- Struct
- Protobuf::Rpc::ClientError
- Defined in:
- lib/protobuf/rpc/error.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
5 6 7 |
# File 'lib/protobuf/rpc/error.rb', line 5 def code @code end |
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/protobuf/rpc/error.rb', line 5 def @message end |