Class: One40Proof::Base
- Inherits:
-
Object
- Object
- One40Proof::Base
- Includes:
- HTTParty
- Defined in:
- lib/one40_proof/simple/base.rb
Instance Method Summary collapse
- #action_urls ⇒ Object
- #byline ⇒ Object
- #image_url ⇒ Object
-
#initialize(url, options = {}) ⇒ Base
constructor
A new instance of Base.
- #status ⇒ Object
- #text ⇒ Object
- #user ⇒ Object
- #validate_impression! ⇒ Object
Constructor Details
Instance Method Details
#action_urls ⇒ Object
15 16 17 |
# File 'lib/one40_proof/simple/base.rb', line 15 def action_urls ad.action_urls end |
#byline ⇒ Object
31 32 33 |
# File 'lib/one40_proof/simple/base.rb', line 31 def ad. end |
#image_url ⇒ Object
27 28 29 |
# File 'lib/one40_proof/simple/base.rb', line 27 def image_url ad.image_url end |
#status ⇒ Object
23 24 25 |
# File 'lib/one40_proof/simple/base.rb', line 23 def status ad.status end |
#text ⇒ Object
35 36 37 |
# File 'lib/one40_proof/simple/base.rb', line 35 def text ad.text end |
#user ⇒ Object
19 20 21 |
# File 'lib/one40_proof/simple/base.rb', line 19 def user ad.user end |
#validate_impression! ⇒ Object
39 40 41 |
# File 'lib/one40_proof/simple/base.rb', line 39 def validate_impression! ad.validate_impression! end |