Class: TolgeeLiquid::Configuration

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

Overview

rubocop:disable Style/Documentation

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



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

def api_key
  @api_key
end

#api_urlObject

Returns the value of attribute api_url.



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

def api_url
  @api_url
end

#project_idObject

Returns the value of attribute project_id.



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

def project_id
  @project_id
end