Class: RESTFramework::Controller::ActionSpec
- Inherits:
-
Struct
- Object
- Struct
- RESTFramework::Controller::ActionSpec
- Defined in:
- lib/rest_framework/controller/actions.rb
Overview
Value object describing a routed action (builtin or user-declared).
Instance Attribute Summary collapse
-
#builtin ⇒ Object
Returns the value of attribute builtin.
-
#kwargs ⇒ Object
Returns the value of attribute kwargs.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#methods ⇒ Object
Returns the value of attribute methods.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#builtin ⇒ Object
Returns the value of attribute builtin
3 4 5 |
# File 'lib/rest_framework/controller/actions.rb', line 3 def builtin @builtin end |
#kwargs ⇒ Object
Returns the value of attribute kwargs
3 4 5 |
# File 'lib/rest_framework/controller/actions.rb', line 3 def kwargs @kwargs end |
#metadata ⇒ Object
Returns the value of attribute metadata
3 4 5 |
# File 'lib/rest_framework/controller/actions.rb', line 3 def @metadata end |
#methods ⇒ Object
Returns the value of attribute methods
3 4 5 |
# File 'lib/rest_framework/controller/actions.rb', line 3 def methods @methods end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/rest_framework/controller/actions.rb', line 3 def name @name end |
#path ⇒ Object
Returns the value of attribute path
3 4 5 |
# File 'lib/rest_framework/controller/actions.rb', line 3 def path @path end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/rest_framework/controller/actions.rb', line 3 def type @type end |