Class: Manywho::AuthorizationRequest

Inherits:
MyStruct
  • Object
show all
Defined in:
lib/manywho.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from MyStruct

#initialize, #to_json

Constructor Details

This class inherits a constructor from Manywho::MyStruct

Instance Attribute Details

#loginUrlObject

Returns the value of attribute loginUrl.



550
551
552
# File 'lib/manywho.rb', line 550

def loginUrl
  @loginUrl
end

#passwordObject

Returns the value of attribute password.



550
551
552
# File 'lib/manywho.rb', line 550

def password
  @password
end

#tokenObject

Returns the value of attribute token.



550
551
552
# File 'lib/manywho.rb', line 550

def token
  @token
end

#usernameObject

Returns the value of attribute username.



550
551
552
# File 'lib/manywho.rb', line 550

def username
  @username
end