Class: Referer
- Inherits:
-
Object
- Object
- Referer
- Defined in:
- lib/rawapi/referer.rb
Instance Attribute Summary collapse
-
#clickthroughs ⇒ Object
Returns the value of attribute clickthroughs.
-
#itemviews ⇒ Object
Returns the value of attribute itemviews.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#clickthroughs ⇒ Object
Returns the value of attribute clickthroughs.
2 3 4 |
# File 'lib/rawapi/referer.rb', line 2 def clickthroughs @clickthroughs end |
#itemviews ⇒ Object
Returns the value of attribute itemviews.
2 3 4 |
# File 'lib/rawapi/referer.rb', line 2 def itemviews @itemviews end |
#url ⇒ Object
Returns the value of attribute url.
2 3 4 |
# File 'lib/rawapi/referer.rb', line 2 def url @url end |