Class: KaveRestApi::Configuration
- Inherits:
-
Object
- Object
- KaveRestApi::Configuration
- Defined in:
- lib/kave_rest_api.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#debugmode ⇒ Object
Returns the value of attribute debugmode.
-
#default_sender ⇒ Object
Returns the value of attribute default_sender.
-
#format ⇒ Object
Returns the value of attribute format.
-
#strip_emoji ⇒ Object
Returns the value of attribute strip_emoji.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
26 27 28 |
# File 'lib/kave_rest_api.rb', line 26 def initialize end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
24 25 26 |
# File 'lib/kave_rest_api.rb', line 24 def api_key @api_key end |
#debugmode ⇒ Object
Returns the value of attribute debugmode.
24 25 26 |
# File 'lib/kave_rest_api.rb', line 24 def debugmode @debugmode end |
#default_sender ⇒ Object
Returns the value of attribute default_sender.
24 25 26 |
# File 'lib/kave_rest_api.rb', line 24 def default_sender @default_sender end |
#format ⇒ Object
Returns the value of attribute format.
24 25 26 |
# File 'lib/kave_rest_api.rb', line 24 def format @format end |
#strip_emoji ⇒ Object
Returns the value of attribute strip_emoji.
24 25 26 |
# File 'lib/kave_rest_api.rb', line 24 def strip_emoji @strip_emoji end |