Class: PathOperation
- Inherits:
-
Object
- Object
- PathOperation
- Defined in:
- lib/apiobjects.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#info ⇒ Object
Returns the value of attribute info.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#path ⇒ Object
Returns the value of attribute path.
-
#security ⇒ Object
Returns the value of attribute security.
-
#servers ⇒ Object
Returns the value of attribute servers.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
85 86 87 |
# File 'lib/apiobjects.rb', line 85 def description @description end |
#info ⇒ Object
Returns the value of attribute info.
83 84 85 |
# File 'lib/apiobjects.rb', line 83 def info @info end |
#operation ⇒ Object
Returns the value of attribute operation.
83 84 85 |
# File 'lib/apiobjects.rb', line 83 def operation @operation end |
#parameters ⇒ Object
Returns the value of attribute parameters.
83 84 85 |
# File 'lib/apiobjects.rb', line 83 def parameters @parameters end |
#path ⇒ Object
Returns the value of attribute path.
83 84 85 |
# File 'lib/apiobjects.rb', line 83 def path @path end |
#security ⇒ Object
Returns the value of attribute security.
84 85 86 |
# File 'lib/apiobjects.rb', line 84 def security @security end |
#servers ⇒ Object
Returns the value of attribute servers.
84 85 86 |
# File 'lib/apiobjects.rb', line 84 def servers @servers end |
#summary ⇒ Object
Returns the value of attribute summary.
85 86 87 |
# File 'lib/apiobjects.rb', line 85 def summary @summary end |
#tags ⇒ Object
Returns the value of attribute tags.
84 85 86 |
# File 'lib/apiobjects.rb', line 84 def @tags end |