Method: GfreshPoint::Client#initialize
- Defined in:
- lib/gfresh_point.rb
#initialize(app_id, repo = GfreshPoint::Repository::ActiveRecordRepo.new) ⇒ Client
Returns a new instance of Client.
33 34 35 36 |
# File 'lib/gfresh_point.rb', line 33 def initialize(app_id, repo = GfreshPoint::Repository::ActiveRecordRepo.new) @app_id = app_id @repo = repo end |