Class: AuthRocket::Notification

Inherits:
Resource
  • Object
show all
Defined in:
lib/authrocket/notification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsObject (readonly)

Returns the value of attribute attempts.



7
8
9
# File 'lib/authrocket/notification.rb', line 7

def attempts
  @attempts
end

#hook_typeObject (readonly)

Returns the value of attribute hook_type.



7
8
9
# File 'lib/authrocket/notification.rb', line 7

def hook_type
  @hook_type
end

#last_destinationObject (readonly)

Returns the value of attribute last_destination.



7
8
9
# File 'lib/authrocket/notification.rb', line 7

def last_destination
  @last_destination
end

#last_resultObject (readonly)

Returns the value of attribute last_result.



7
8
9
# File 'lib/authrocket/notification.rb', line 7

def last_result
  @last_result
end

#stateObject (readonly)

Returns the value of attribute state.



7
8
9
# File 'lib/authrocket/notification.rb', line 7

def state
  @state
end