class Bithavoc::Identity::Client

Attributes

app_id[R]

Public Class Methods

new(app_id) click to toggle source
# File lib/bithavoc/identity/client.rb, line 17
def initialize(app_id) 
    @app_id = app_id
end