Class: RideBuilder::Affiliate::Attribution
- Inherits:
-
Struct
- Object
- Struct
- RideBuilder::Affiliate::Attribution
- Defined in:
- lib/ridebuilder/affiliate/models.rb
Instance Attribute Summary collapse
-
#click_id ⇒ Object
Returns the value of attribute click_id.
-
#clicked_at ⇒ Object
Returns the value of attribute clicked_at.
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Attribute Details
#click_id ⇒ Object
Returns the value of attribute click_id
9 10 11 |
# File 'lib/ridebuilder/affiliate/models.rb', line 9 def click_id @click_id end |
#clicked_at ⇒ Object
Returns the value of attribute clicked_at
9 10 11 |
# File 'lib/ridebuilder/affiliate/models.rb', line 9 def clicked_at @clicked_at end |
#ref ⇒ Object
Returns the value of attribute ref
9 10 11 |
# File 'lib/ridebuilder/affiliate/models.rb', line 9 def ref @ref end |