Class: Kidspire::Configuration
- Inherits:
-
Object
- Object
- Kidspire::Configuration
- Defined in:
- lib/kidspire/configuration.rb
Instance Attribute Summary collapse
-
#encryption_key ⇒ Object
Returns the value of attribute encryption_key.
-
#frontend_base_url ⇒ Object
Returns the value of attribute frontend_base_url.
-
#pco_client_id ⇒ Object
Returns the value of attribute pco_client_id.
-
#pco_client_secret ⇒ Object
Returns the value of attribute pco_client_secret.
-
#pco_kids_ministry_tag ⇒ Object
Returns the value of attribute pco_kids_ministry_tag.
-
#pco_redirect_uri ⇒ Object
Returns the value of attribute pco_redirect_uri.
-
#twilio_account_sid ⇒ Object
Returns the value of attribute twilio_account_sid.
-
#twilio_auth_token ⇒ Object
Returns the value of attribute twilio_auth_token.
-
#twilio_from_number ⇒ Object
Returns the value of attribute twilio_from_number.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
14 15 16 |
# File 'lib/kidspire/configuration.rb', line 14 def initialize @pco_kids_ministry_tag = nil end |
Instance Attribute Details
#encryption_key ⇒ Object
Returns the value of attribute encryption_key.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def encryption_key @encryption_key end |
#frontend_base_url ⇒ Object
Returns the value of attribute frontend_base_url.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def frontend_base_url @frontend_base_url end |
#pco_client_id ⇒ Object
Returns the value of attribute pco_client_id.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def pco_client_id @pco_client_id end |
#pco_client_secret ⇒ Object
Returns the value of attribute pco_client_secret.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def pco_client_secret @pco_client_secret end |
#pco_kids_ministry_tag ⇒ Object
Returns the value of attribute pco_kids_ministry_tag.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def pco_kids_ministry_tag @pco_kids_ministry_tag end |
#pco_redirect_uri ⇒ Object
Returns the value of attribute pco_redirect_uri.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def pco_redirect_uri @pco_redirect_uri end |
#twilio_account_sid ⇒ Object
Returns the value of attribute twilio_account_sid.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def twilio_account_sid @twilio_account_sid end |
#twilio_auth_token ⇒ Object
Returns the value of attribute twilio_auth_token.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def twilio_auth_token @twilio_auth_token end |
#twilio_from_number ⇒ Object
Returns the value of attribute twilio_from_number.
3 4 5 |
# File 'lib/kidspire/configuration.rb', line 3 def twilio_from_number @twilio_from_number end |