Class: Httpdoc::Parameter
- Inherits:
-
Object
- Object
- Httpdoc::Parameter
- Defined in:
- lib/httpdoc/model.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/httpdoc/model.rb', line 5 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/httpdoc/model.rb', line 4 def name @name end |