class Leapfrog::CustomerScoring::ServerTimeout

Public Class Methods

new(data={}) click to toggle source
# File lib/leapfrog/customer_scoring/exceptions.rb, line 22
def initialize(data={})
  @data = data
end