Class: RubyBranch::Config
- Inherits:
-
Object
- Object
- RubyBranch::Config
- Defined in:
- lib/ruby_branch/config.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#branch_domain ⇒ Object
Returns the value of attribute branch_domain.
-
#link_to_homepage ⇒ Object
Returns the value of attribute link_to_homepage.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/ruby_branch/config.rb', line 4 def api_key @api_key end |
#branch_domain ⇒ Object
Returns the value of attribute branch_domain.
4 5 6 |
# File 'lib/ruby_branch/config.rb', line 4 def branch_domain @branch_domain end |
#link_to_homepage ⇒ Object
Returns the value of attribute link_to_homepage.
4 5 6 |
# File 'lib/ruby_branch/config.rb', line 4 def link_to_homepage @link_to_homepage end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
4 5 6 |
# File 'lib/ruby_branch/config.rb', line 4 def secret_key @secret_key end |