class GoApiClient::Api::AbstractApi
Attributes
base_uri[RW]
http_fetcher[RW]
Public Class Methods
new(attributes={})
click to toggle source
Calls superclass method
GoApiClient::AttributeHelper::new
# File lib/go_api_client/api/abstract_api.rb, line 7 def initialize(attributes={}) super(attributes) end