Class: Scryer::AuthorizationWatcher::Finding
- Inherits:
-
Struct
- Object
- Struct
- Scryer::AuthorizationWatcher::Finding
- Defined in:
- lib/scryer/authorization_watcher.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#message ⇒ Object
Returns the value of attribute message.
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#suggested_fix ⇒ Object
Returns the value of attribute suggested_fix.
Instance Method Summary collapse
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
39 40 41 |
# File 'lib/scryer/authorization_watcher.rb', line 39 def action @action end |
#controller ⇒ Object
Returns the value of attribute controller
39 40 41 |
# File 'lib/scryer/authorization_watcher.rb', line 39 def controller @controller end |
#kind ⇒ Object
Returns the value of attribute kind
39 40 41 |
# File 'lib/scryer/authorization_watcher.rb', line 39 def kind @kind end |
#message ⇒ Object
Returns the value of attribute message
39 40 41 |
# File 'lib/scryer/authorization_watcher.rb', line 39 def @message end |
#method ⇒ Object
Returns the value of attribute method
39 40 41 |
# File 'lib/scryer/authorization_watcher.rb', line 39 def method @method end |
#path ⇒ Object
Returns the value of attribute path
39 40 41 |
# File 'lib/scryer/authorization_watcher.rb', line 39 def path @path end |
#suggested_fix ⇒ Object
Returns the value of attribute suggested_fix
39 40 41 |
# File 'lib/scryer/authorization_watcher.rb', line 39 def suggested_fix @suggested_fix end |
Instance Method Details
#to_h ⇒ Object
40 41 42 |
# File 'lib/scryer/authorization_watcher.rb', line 40 def to_h super.transform_keys(&:to_s) end |