class Spear::Structure::User::TokenAuthenticate
Attributes
token_authentication_url[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
Spear::Structure::Base::new
# File lib/spear/structure/user/token_authenticate.rb, line 7 def initialize(response) super(response) @token_authentication_url = @root['TokenAuthenticationUrl'] end