Class: Tokyo::GenericFailure

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

Instance Attribute Summary collapse

Instance Attribute Details

#callerObject

Returns the value of attribute caller



12
13
14
# File 'lib/tokyo.rb', line 12

def caller
  @caller
end

#reasonObject

Returns the value of attribute reason



12
13
14
# File 'lib/tokyo.rb', line 12

def reason
  @reason
end