Class: YapiCheck::YapiParams
- Inherits:
-
Object
- Object
- YapiCheck::YapiParams
- Defined in:
- lib/yapi_check/yapi_params.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#example ⇒ Object
Returns the value of attribute example.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
3 4 5 |
# File 'lib/yapi_check/yapi_params.rb', line 3 def category @category end |
#desc ⇒ Object
Returns the value of attribute desc.
3 4 5 |
# File 'lib/yapi_check/yapi_params.rb', line 3 def desc @desc end |
#example ⇒ Object
Returns the value of attribute example.
3 4 5 |
# File 'lib/yapi_check/yapi_params.rb', line 3 def example @example end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/yapi_check/yapi_params.rb', line 3 def name @name end |
#required ⇒ Object
Returns the value of attribute required.
3 4 5 |
# File 'lib/yapi_check/yapi_params.rb', line 3 def required @required end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/yapi_check/yapi_params.rb', line 3 def type @type end |