Class: MixinSdk::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration



16
17
18
19
20
21
# File 'lib/mixin_sdk.rb', line 16

def initialize
  @client_id = ''
  @session_id = ''
  @private_key = ''
  @pin_token = ''
end

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



14
15
16
# File 'lib/mixin_sdk.rb', line 14

def client_id
  @client_id
end

#pin_tokenObject

Returns the value of attribute pin_token.



14
15
16
# File 'lib/mixin_sdk.rb', line 14

def pin_token
  @pin_token
end

#private_keyObject

Returns the value of attribute private_key.



14
15
16
# File 'lib/mixin_sdk.rb', line 14

def private_key
  @private_key
end

#session_idObject

Returns the value of attribute session_id.



14
15
16
# File 'lib/mixin_sdk.rb', line 14

def session_id
  @session_id
end