Class: GRPCToolbox::Configuration
- Inherits:
-
Object
- Object
- GRPCToolbox::Configuration
- Defined in:
- lib/grpc_toolbox/configuration.rb
Instance Attribute Summary collapse
-
#certificate_path ⇒ Object
Returns the value of attribute certificate_path.
-
#server ⇒ Object
Returns the value of attribute server.
Instance Attribute Details
#certificate_path ⇒ Object
Returns the value of attribute certificate_path.
5 6 7 |
# File 'lib/grpc_toolbox/configuration.rb', line 5 def certificate_path @certificate_path end |
#server ⇒ Object
Returns the value of attribute server.
5 6 7 |
# File 'lib/grpc_toolbox/configuration.rb', line 5 def server @server end |