Class: GRPC::SemianError
- Inherits:
-
Unavailable
- Object
- Unavailable
- GRPC::SemianError
- Defined in:
- lib/semian/grpc.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
Instance Method Summary collapse
-
#initialize(semian_identifier, *args) ⇒ SemianError
constructor
A new instance of SemianError.
Constructor Details
#initialize(semian_identifier, *args) ⇒ SemianError
Returns a new instance of SemianError.
14 15 16 17 18 |
# File 'lib/semian/grpc.rb', line 14 def initialize(semian_identifier, *args) super(*args) @details = @semian_identifier = semian_identifier end |
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details.
12 13 14 |
# File 'lib/semian/grpc.rb', line 12 def details @details end |