Class: Clearbit::Pending

Inherits:
Object
  • Object
show all
Defined in:
lib/clearbit/pending.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



11
12
13
# File 'lib/clearbit/pending.rb', line 11

def inspect
  'Your request is pending - please try again in few seconds, or pass the :stream option as true.'
end

#pending?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/clearbit/pending.rb', line 3

def pending?
  true
end

#queued?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/clearbit/pending.rb', line 7

def queued?
  true
end