Class: Upkeep::Capture::RequestSignature
- Inherits:
-
Data
- Object
- Data
- Upkeep::Capture::RequestSignature
- Defined in:
- lib/upkeep/capture/request.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#controller ⇒ Object
readonly
Returns the value of attribute controller.
-
#fullpath ⇒ Object
readonly
Returns the value of attribute fullpath.
-
#method ⇒ Object
readonly
Returns the value of attribute method.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
5 6 7 |
# File 'lib/upkeep/capture/request.rb', line 5 def action @action end |
#controller ⇒ Object (readonly)
Returns the value of attribute controller
5 6 7 |
# File 'lib/upkeep/capture/request.rb', line 5 def controller @controller end |
#fullpath ⇒ Object (readonly)
Returns the value of attribute fullpath
5 6 7 |
# File 'lib/upkeep/capture/request.rb', line 5 def fullpath @fullpath end |
#method ⇒ Object (readonly)
Returns the value of attribute method
5 6 7 |
# File 'lib/upkeep/capture/request.rb', line 5 def method @method end |