Class: ApiSpec::Method

Inherits:
APIObject show all
Defined in:
lib/api_spec/lib/api_spec/generator.rb

Constant Summary collapse

JSON_NAMES =
{
  name: 'MethodName',
  synopsis: 'Synopsis',
  http_method: 'HTTPMethod',
  uri: 'URI'
}

Method Summary

Methods inherited from APIObject

init, #initialize, #nested_class, #nested_name, #to_hash

Constructor Details

This class inherits a constructor from ApiSpec::APIObject