Class: CheckMobi::Resource

Inherits:
Object
  • Object
show all
Includes:
ClassWithAttributes
Defined in:
lib/check_mobi/resource.rb

Instance Method Summary collapse

Methods included from ClassWithAttributes

included

Instance Method Details

#clientObject



13
14
15
# File 'lib/check_mobi/resource.rb', line 13

def client
  Client.new(defaults)
end

#performObject



8
9
10
11
# File 'lib/check_mobi/resource.rb', line 8

def perform
  before_perform
  client.perform
end