Method: OpenC3::JsonRpcRequest#method

Defined in:
lib/openc3/io/json_rpc.rb

#methodString

Returns The method to call.

Returns:

  • (String)

    The method to call



233
234
235
# File 'lib/openc3/io/json_rpc.rb', line 233

def method
  @hash['method'.freeze]
end