module G5FoundationClient

Constants

VERSION

Public Class Methods

access_token() click to toggle source
# File lib/g5_foundation_client.rb, line 11
def self.access_token
  @access_token ||= G5AuthenticationClient::Client.new.get_access_token
end
access_token=(token) click to toggle source
# File lib/g5_foundation_client.rb, line 7
def self.access_token=(token)
  @access_token = token
end