Class: AnotherApi::OpenAPI::EndpointRegistry::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/another_api/openapi/endpoint_registry.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



10
11
12
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10

def action
  @action
end

#controller_classObject (readonly)

Returns the value of attribute controller_class

Returns:

  • (Object)

    the current value of controller_class



10
11
12
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10

def controller_class
  @controller_class
end

#custom_operation_idObject (readonly)

Returns the value of attribute custom_operation_id

Returns:

  • (Object)

    the current value of 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_pathObject (readonly)

Returns the value of attribute custom_path

Returns:

  • (Object)

    the current value of custom_path



10
11
12
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10

def custom_path
  @custom_path
end

#custom_query_paramsObject (readonly)

Returns the value of attribute custom_query_params

Returns:

  • (Object)

    the current value of 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_verbObject (readonly)

Returns the value of attribute custom_verb

Returns:

  • (Object)

    the current value of custom_verb



10
11
12
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10

def custom_verb
  @custom_verb
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



10
11
12
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10

def description
  @description
end

#schema_lambdaObject (readonly)

Returns the value of attribute schema_lambda

Returns:

  • (Object)

    the current value of schema_lambda



10
11
12
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10

def schema_lambda
  @schema_lambda
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



10
11
12
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10

def summary
  @summary
end

#tagsObject (readonly)

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



10
11
12
# File 'lib/another_api/openapi/endpoint_registry.rb', line 10

def tags
  @tags
end