Class: KaveRestApi::Configuration
- Inherits:
-
Object
- Object
- KaveRestApi::Configuration
- Defined in:
- lib/kavenegar-ruby.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.
25 26 27 |
# File 'lib/kavenegar-ruby.rb', line 25 def initialize end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
23 24 25 |
# File 'lib/kavenegar-ruby.rb', line 23 def api_key @api_key end |
#debugmode ⇒ Object
Returns the value of attribute debugmode.
23 24 25 |
# File 'lib/kavenegar-ruby.rb', line 23 def debugmode @debugmode end |
#default_sender ⇒ Object
Returns the value of attribute default_sender.
23 24 25 |
# File 'lib/kavenegar-ruby.rb', line 23 def default_sender @default_sender end |
#format ⇒ Object
Returns the value of attribute format.
23 24 25 |
# File 'lib/kavenegar-ruby.rb', line 23 def format @format end |
#strip_emoji ⇒ Object
Returns the value of attribute strip_emoji.
23 24 25 |
# File 'lib/kavenegar-ruby.rb', line 23 def strip_emoji @strip_emoji end |