Class: AdMob::Defaults

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

Overview

Stores default values for AdMob requests. Set these defaults via AdMob::config.

Class Attribute Summary collapse

Class Attribute Details

.analytics_idObject

Returns the value of attribute analytics_id.



164
165
166
# File 'lib/admob.rb', line 164

def analytics_id
  @analytics_id
end

Returns the value of attribute cookie_domain.



164
165
166
# File 'lib/admob.rb', line 164

def cookie_domain
  @cookie_domain
end

Returns the value of attribute cookie_path.



164
165
166
# File 'lib/admob.rb', line 164

def cookie_path
  @cookie_path
end

.encodingObject

Returns the value of attribute encoding.



164
165
166
# File 'lib/admob.rb', line 164

def encoding
  @encoding
end

.publisher_idObject

Returns the value of attribute publisher_id.



164
165
166
# File 'lib/admob.rb', line 164

def publisher_id
  @publisher_id
end

.raise_exceptionsObject

Returns the value of attribute raise_exceptions.



164
165
166
# File 'lib/admob.rb', line 164

def raise_exceptions
  @raise_exceptions
end

.timeoutObject

Returns the value of attribute timeout.



164
165
166
# File 'lib/admob.rb', line 164

def timeout
  @timeout
end