Class: Rage::OpenAPI::Nodes::Parent
- Inherits:
-
Object
- Object
- Rage::OpenAPI::Nodes::Parent
- Defined in:
- lib/rage/openapi/nodes/parent.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
Returns the value of attribute auth.
-
#controller ⇒ Object
readonly
Returns the value of attribute controller.
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#private ⇒ Object
Returns the value of attribute private.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Method Summary collapse
-
#initialize(root, controller) ⇒ Parent
constructor
A new instance of Parent.
Constructor Details
Instance Attribute Details
#auth ⇒ Object
Returns the value of attribute auth.
5 6 7 |
# File 'lib/rage/openapi/nodes/parent.rb', line 5 def auth @auth end |
#controller ⇒ Object (readonly)
Returns the value of attribute controller.
4 5 6 |
# File 'lib/rage/openapi/nodes/parent.rb', line 4 def controller @controller end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
5 6 7 |
# File 'lib/rage/openapi/nodes/parent.rb', line 5 def deprecated @deprecated end |
#private ⇒ Object
Returns the value of attribute private.
5 6 7 |
# File 'lib/rage/openapi/nodes/parent.rb', line 5 def private @private end |
#root ⇒ Object (readonly)
Returns the value of attribute root.
4 5 6 |
# File 'lib/rage/openapi/nodes/parent.rb', line 4 def root @root end |