Class: Bisu::Source::Tolgee
- Inherits:
-
Object
- Object
- Bisu::Source::Tolgee
- Defined in:
- lib/bisu/source/tolgee.rb
Instance Method Summary collapse
-
#initialize(api_key, custom_host = nil) ⇒ Tolgee
constructor
A new instance of Tolgee.
- #to_i18 ⇒ Object
Constructor Details
#initialize(api_key, custom_host = nil) ⇒ Tolgee
Returns a new instance of Tolgee.
8 9 10 11 |
# File 'lib/bisu/source/tolgee.rb', line 8 def initialize(api_key, custom_host = nil) @api_key = api_key @host = custom_host || "app.tolgee.io" end |