Class: Bithavoc::Identity::Client
- Inherits:
-
Object
- Object
- Bithavoc::Identity::Client
- Defined in:
- lib/bithavoc/identity/client.rb
Constant Summary
Constants included from SignUp
Instance Attribute Summary collapse
-
#app_id ⇒ Object
readonly
Returns the value of attribute app_id.
Instance Method Summary collapse
-
#initialize(app_id) ⇒ Client
constructor
A new instance of Client.
Methods included from Validate
Methods included from Confirm
Methods included from SignUp
Methods included from SignIn
Methods included from Negotiate
Methods included from Connectivity
Constructor Details
#initialize(app_id) ⇒ Client
Returns a new instance of Client.
17 18 19 |
# File 'lib/bithavoc/identity/client.rb', line 17 def initialize(app_id) @app_id = app_id end |
Instance Attribute Details
#app_id ⇒ Object (readonly)
Returns the value of attribute app_id.
15 16 17 |
# File 'lib/bithavoc/identity/client.rb', line 15 def app_id @app_id end |