Module: G5FoundationClient

Defined in:
lib/g5_foundation_client.rb,
lib/g5_foundation_client/version.rb

Defined Under Namespace

Modules: FindableByUid, RspecHelpers Classes: Client, Error, Fetcher, Location, RecordNotFoundException

Constant Summary collapse

VERSION =
'0.4.2'

Class Method Summary collapse

Class Method Details

.access_tokenObject



11
12
13
# File 'lib/g5_foundation_client.rb', line 11

def self.access_token
  @access_token ||= G5AuthenticationClient::Client.new.get_access_token
end

.access_token=(token) ⇒ Object



7
8
9
# File 'lib/g5_foundation_client.rb', line 7

def self.access_token=(token)
  @access_token = token
end