class Whatconverts::Client

Attributes

api_secret[RW]
api_token[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/whatconverts/client.rb, line 14
def initialize
  yield self if block_given?
end

Private Instance Methods

http_service() click to toggle source
# File lib/whatconverts/client.rb, line 20
def http_service
  HttpService.new(api_token, api_secret)
end