Class: Scryer::AuthorizationWatcher::Finding

Inherits:
Struct
  • Object
show all
Defined in:
lib/scryer/authorization_watcher.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



39
40
41
# File 'lib/scryer/authorization_watcher.rb', line 39

def action
  @action
end

#controllerObject

Returns the value of attribute controller

Returns:

  • (Object)

    the current value of controller



39
40
41
# File 'lib/scryer/authorization_watcher.rb', line 39

def controller
  @controller
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



39
40
41
# File 'lib/scryer/authorization_watcher.rb', line 39

def kind
  @kind
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



39
40
41
# File 'lib/scryer/authorization_watcher.rb', line 39

def message
  @message
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



39
40
41
# File 'lib/scryer/authorization_watcher.rb', line 39

def method
  @method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



39
40
41
# File 'lib/scryer/authorization_watcher.rb', line 39

def path
  @path
end

#suggested_fixObject

Returns the value of attribute suggested_fix

Returns:

  • (Object)

    the current value of suggested_fix



39
40
41
# File 'lib/scryer/authorization_watcher.rb', line 39

def suggested_fix
  @suggested_fix
end

Instance Method Details

#to_hObject



40
41
42
# File 'lib/scryer/authorization_watcher.rb', line 40

def to_h
  super.transform_keys(&:to_s)
end