Class: RailsAutodoc::ResponseInferencer::ResponseHint
- Inherits:
-
Struct
- Object
- Struct
- RailsAutodoc::ResponseInferencer::ResponseHint
- Defined in:
- lib/rails_autodoc/response_inferencer.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#schema_ref ⇒ Object
Returns the value of attribute schema_ref.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
9 10 11 |
# File 'lib/rails_autodoc/response_inferencer.rb', line 9 def description @description end |
#schema ⇒ Object
Returns the value of attribute schema
9 10 11 |
# File 'lib/rails_autodoc/response_inferencer.rb', line 9 def schema @schema end |
#schema_ref ⇒ Object
Returns the value of attribute schema_ref
9 10 11 |
# File 'lib/rails_autodoc/response_inferencer.rb', line 9 def schema_ref @schema_ref end |
#status ⇒ Object
Returns the value of attribute status
9 10 11 |
# File 'lib/rails_autodoc/response_inferencer.rb', line 9 def status @status end |