Module: Shanon::Authenticatable

Included in:
Clients::EnqueteClient, Clients::VisitorClient
Defined in:
lib/shanon/authenticatable.rb

Instance Method Summary collapse

Instance Method Details

#get_tokenObject



3
4
5
6
# File 'lib/shanon/authenticatable.rb', line 3

def get_token
  xml = Shanon::Clients::AuthenticationClient.new.get
  @token = ::Ox.parse(xml).Response.Token.text
end