Method: OpenC3::JsonRpcRequest#method
- Defined in:
- lib/openc3/io/json_rpc.rb
#method ⇒ String
Returns The method to call.
233 234 235 |
# File 'lib/openc3/io/json_rpc.rb', line 233 def method @hash['method'.freeze] end |
Returns The method to call.
233 234 235 |
# File 'lib/openc3/io/json_rpc.rb', line 233 def method @hash['method'.freeze] end |