class Angus::SDoc::Definitions::ProxyOperation

Attributes

code_name[RW]

@!attribute [rw] code_name

@return [String] the code name of the message. It is a human readable unique identifier.
  It has to start with Mayus and it has to be camelcase.
http_method[RW]

@!attribute [rw] http_method

@return [String] the HTTP method of the operation.
path[RW]

@!attribute [rw] path

@return [String] the path of the operation.
service_name[RW]

@!attribute [rw] service_name

@return [String] the service name of the operation.