Class: ServiceContract::AbstractEndpoint
- Inherits:
-
Struct
- Object
- Struct
- ServiceContract::AbstractEndpoint
- Defined in:
- lib/service_contract/abstract_endpoint.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
Instance Method Summary collapse
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
2 3 4 |
# File 'lib/service_contract/abstract_endpoint.rb', line 2 def definition @definition end |
#protocol ⇒ Object
Returns the value of attribute protocol
2 3 4 |
# File 'lib/service_contract/abstract_endpoint.rb', line 2 def protocol @protocol end |
Instance Method Details
#parameters ⇒ Object
3 4 5 |
# File 'lib/service_contract/abstract_endpoint.rb', line 3 def parameters [] end |
#response_type ⇒ Object
7 8 9 |
# File 'lib/service_contract/abstract_endpoint.rb', line 7 def response_type nil end |