Class: RubyBranch::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

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_domainObject

Returns the value of attribute branch_domain.



4
5
6
# File 'lib/ruby_branch/config.rb', line 4

def branch_domain
  @branch_domain
end

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