class Seahorse::Model::Operation

def http_method

Returns:
  • (String) -
def http_method
  (@definition['http'] || {})['method'] || 'POST'
end