class DataComApi::Responses::Base

Public Class Methods

new(api_client) click to toggle source
# File lib/data-com-api/responses/base.rb, line 5
def initialize(api_client)
  @client = api_client
end

Protected Instance Methods

client() click to toggle source
# File lib/data-com-api/responses/base.rb, line 11
def client
  @client
end