Class: AdMob::Defaults
- Inherits:
-
Object
- Object
- AdMob::Defaults
- Defined in:
- lib/admob.rb
Overview
Stores default values for AdMob requests. Set these defaults via AdMob::config.
Class Attribute Summary collapse
-
.analytics_id ⇒ Object
Returns the value of attribute analytics_id.
-
.cookie_domain ⇒ Object
Returns the value of attribute cookie_domain.
-
.cookie_path ⇒ Object
Returns the value of attribute cookie_path.
-
.encoding ⇒ Object
Returns the value of attribute encoding.
-
.publisher_id ⇒ Object
Returns the value of attribute publisher_id.
-
.raise_exceptions ⇒ Object
Returns the value of attribute raise_exceptions.
-
.timeout ⇒ Object
Returns the value of attribute timeout.
Class Attribute Details
.analytics_id ⇒ Object
Returns the value of attribute analytics_id.
163 164 165 |
# File 'lib/admob.rb', line 163 def analytics_id @analytics_id end |
.cookie_domain ⇒ Object
Returns the value of attribute cookie_domain.
163 164 165 |
# File 'lib/admob.rb', line 163 def @cookie_domain end |
.cookie_path ⇒ Object
Returns the value of attribute cookie_path.
163 164 165 |
# File 'lib/admob.rb', line 163 def @cookie_path end |
.encoding ⇒ Object
Returns the value of attribute encoding.
163 164 165 |
# File 'lib/admob.rb', line 163 def encoding @encoding end |
.publisher_id ⇒ Object
Returns the value of attribute publisher_id.
163 164 165 |
# File 'lib/admob.rb', line 163 def publisher_id @publisher_id end |
.raise_exceptions ⇒ Object
Returns the value of attribute raise_exceptions.
163 164 165 |
# File 'lib/admob.rb', line 163 def raise_exceptions @raise_exceptions end |
.timeout ⇒ Object
Returns the value of attribute timeout.
163 164 165 |
# File 'lib/admob.rb', line 163 def timeout @timeout end |