Class: Chartmogul::V1::Base

Inherits:
Struct
  • Object
show all
Defined in:
lib/chartmogul/v1/base.rb

Constant Summary collapse

BASE_URI =
"#{ Chartmogul::Client::BASE_URI }/v1"

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



5
6
7
# File 'lib/chartmogul/v1/base.rb', line 5

def client
  @client
end