Class: RailsAutodoc::ResponseInferencer::ResponseHint

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_autodoc/response_inferencer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/rails_autodoc/response_inferencer.rb', line 9

def description
  @description
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



9
10
11
# File 'lib/rails_autodoc/response_inferencer.rb', line 9

def schema
  @schema
end

#schema_refObject

Returns the value of attribute schema_ref

Returns:

  • (Object)

    the current value of schema_ref



9
10
11
# File 'lib/rails_autodoc/response_inferencer.rb', line 9

def schema_ref
  @schema_ref
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/rails_autodoc/response_inferencer.rb', line 9

def status
  @status
end