module Shanon::Authenticatable

Public Instance Methods

get_token() click to toggle source
# File lib/shanon/authenticatable.rb, line 3
def get_token
  xml = Shanon::Clients::AuthenticationClient.new.get
  @token = ::Ox.parse(xml).Response.Token.text
end