Class: AnotherApi::OpenAPI::EndpointRegistry::Entry
- Inherits:
-
Data
- Object
- Data
- AnotherApi::OpenAPI::EndpointRegistry::Entry
- Defined in:
- lib/another_api/openapi/endpoint_registry.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#controller_class ⇒ Object
readonly
Returns the value of attribute controller_class.
-
#custom_operation_id ⇒ Object
readonly
Returns the value of attribute custom_operation_id.
-
#custom_path ⇒ Object
readonly
Returns the value of attribute custom_path.
-
#custom_query_params ⇒ Object
readonly
Returns the value of attribute custom_query_params.
-
#custom_verb ⇒ Object
readonly
Returns the value of attribute custom_verb.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#schema_lambda ⇒ Object
readonly
Returns the value of attribute schema_lambda.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Method Summary collapse
-
#initialize(custom_query_params: nil) ⇒ Entry
constructor
A new instance of Entry.
Constructor Details
#initialize(custom_query_params: nil) ⇒ Entry
Returns a new instance of Entry.
22 23 24 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 22 def initialize(custom_query_params: nil, **) super end |
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def action @action end |
#controller_class ⇒ Object (readonly)
Returns the value of attribute controller_class
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def controller_class @controller_class end |
#custom_operation_id ⇒ Object (readonly)
Returns the value of attribute custom_operation_id
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def custom_operation_id @custom_operation_id end |
#custom_path ⇒ Object (readonly)
Returns the value of attribute custom_path
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def custom_path @custom_path end |
#custom_query_params ⇒ Object (readonly)
Returns the value of attribute custom_query_params
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def custom_query_params @custom_query_params end |
#custom_verb ⇒ Object (readonly)
Returns the value of attribute custom_verb
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def custom_verb @custom_verb end |
#description ⇒ Object (readonly)
Returns the value of attribute description
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def description @description end |
#schema_lambda ⇒ Object (readonly)
Returns the value of attribute schema_lambda
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def schema_lambda @schema_lambda end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def summary @summary end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
10 11 12 |
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10 def @tags end |