Class: FFS::Configuration
- Inherits:
-
Object
- Object
- FFS::Configuration
- Defined in:
- lib/ffs/configuration.rb
Instance Attribute Summary collapse
-
#android_fallback_link ⇒ Object
Returns the value of attribute android_fallback_link.
-
#android_min_version ⇒ Object
Returns the value of attribute android_min_version.
-
#android_package_name ⇒ Object
Returns the value of attribute android_package_name.
-
#at ⇒ Object
Returns the value of attribute at.
-
#bitly_api_key ⇒ Object
Returns the value of attribute bitly_api_key.
-
#ct ⇒ Object
Returns the value of attribute ct.
-
#custom_scheme ⇒ Object
Returns the value of attribute custom_scheme.
-
#dynamic_link_domain ⇒ Object
Returns the value of attribute dynamic_link_domain.
-
#firebase_api_key ⇒ Object
Returns the value of attribute firebase_api_key.
-
#gclid ⇒ Object
Returns the value of attribute gclid.
-
#ios_app_store_id ⇒ Object
Returns the value of attribute ios_app_store_id.
-
#ios_bundle_id ⇒ Object
Returns the value of attribute ios_bundle_id.
-
#ios_fallback_link ⇒ Object
Returns the value of attribute ios_fallback_link.
-
#ipad_bundle_id ⇒ Object
Returns the value of attribute ipad_bundle_id.
-
#ipad_fallback_link ⇒ Object
Returns the value of attribute ipad_fallback_link.
-
#mt ⇒ Object
Returns the value of attribute mt.
-
#pt ⇒ Object
Returns the value of attribute pt.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
-
#utm_campaign ⇒ Object
Returns the value of attribute utm_campaign.
-
#utm_content ⇒ Object
Returns the value of attribute utm_content.
-
#utm_medium ⇒ Object
Returns the value of attribute utm_medium.
-
#utm_source ⇒ Object
Returns the value of attribute utm_source.
-
#utm_term ⇒ Object
Returns the value of attribute utm_term.
Instance Attribute Details
#android_fallback_link ⇒ Object
Returns the value of attribute android_fallback_link.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def android_fallback_link @android_fallback_link end |
#android_min_version ⇒ Object
Returns the value of attribute android_min_version.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def android_min_version @android_min_version end |
#android_package_name ⇒ Object
Returns the value of attribute android_package_name.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def android_package_name @android_package_name end |
#at ⇒ Object
Returns the value of attribute at.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def at @at end |
#bitly_api_key ⇒ Object
Returns the value of attribute bitly_api_key.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def bitly_api_key @bitly_api_key end |
#ct ⇒ Object
Returns the value of attribute ct.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def ct @ct end |
#custom_scheme ⇒ Object
Returns the value of attribute custom_scheme.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def custom_scheme @custom_scheme end |
#dynamic_link_domain ⇒ Object
Returns the value of attribute dynamic_link_domain.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def dynamic_link_domain @dynamic_link_domain end |
#firebase_api_key ⇒ Object
Returns the value of attribute firebase_api_key.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def firebase_api_key @firebase_api_key end |
#gclid ⇒ Object
Returns the value of attribute gclid.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def gclid @gclid end |
#ios_app_store_id ⇒ Object
Returns the value of attribute ios_app_store_id.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def ios_app_store_id @ios_app_store_id end |
#ios_bundle_id ⇒ Object
Returns the value of attribute ios_bundle_id.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def ios_bundle_id @ios_bundle_id end |
#ios_fallback_link ⇒ Object
Returns the value of attribute ios_fallback_link.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def ios_fallback_link @ios_fallback_link end |
#ipad_bundle_id ⇒ Object
Returns the value of attribute ipad_bundle_id.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def ipad_bundle_id @ipad_bundle_id end |
#ipad_fallback_link ⇒ Object
Returns the value of attribute ipad_fallback_link.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def ipad_fallback_link @ipad_fallback_link end |
#mt ⇒ Object
Returns the value of attribute mt.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def mt @mt end |
#pt ⇒ Object
Returns the value of attribute pt.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def pt @pt end |
#suffix ⇒ Object
Returns the value of attribute suffix.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def suffix @suffix end |
#utm_campaign ⇒ Object
Returns the value of attribute utm_campaign.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def utm_campaign @utm_campaign end |
#utm_content ⇒ Object
Returns the value of attribute utm_content.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def utm_content @utm_content end |
#utm_medium ⇒ Object
Returns the value of attribute utm_medium.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def utm_medium @utm_medium end |
#utm_source ⇒ Object
Returns the value of attribute utm_source.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def utm_source @utm_source end |
#utm_term ⇒ Object
Returns the value of attribute utm_term.
3 4 5 |
# File 'lib/ffs/configuration.rb', line 3 def utm_term @utm_term end |