Class: MinxingRubySdk::Token

Inherits:
Object
  • Object
show all
Defined in:
lib/minxing_ruby_sdk/token.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



8
9
10
# File 'lib/minxing_ruby_sdk/token.rb', line 8

def access_token
  @access_token
end

#default_network_idObject

Returns the value of attribute default_network_id.



8
9
10
# File 'lib/minxing_ruby_sdk/token.rb', line 8

def default_network_id
  @default_network_id
end

#expires_inObject

Returns the value of attribute expires_in.



8
9
10
# File 'lib/minxing_ruby_sdk/token.rb', line 8

def expires_in
  @expires_in
end

#refresh_tokenObject

Returns the value of attribute refresh_token.



8
9
10
# File 'lib/minxing_ruby_sdk/token.rb', line 8

def refresh_token
  @refresh_token
end

#token_typeObject

Returns the value of attribute token_type.



8
9
10
# File 'lib/minxing_ruby_sdk/token.rb', line 8

def token_type
  @token_type
end