Class: RideBuilder::Affiliate::Attribution

Inherits:
Struct
  • Object
show all
Defined in:
lib/ridebuilder/affiliate/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#click_idObject

Returns the value of attribute click_id

Returns:

  • (Object)

    the current value of click_id



9
10
11
# File 'lib/ridebuilder/affiliate/models.rb', line 9

def click_id
  @click_id
end

#clicked_atObject

Returns the value of attribute clicked_at

Returns:

  • (Object)

    the current value of clicked_at



9
10
11
# File 'lib/ridebuilder/affiliate/models.rb', line 9

def clicked_at
  @clicked_at
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



9
10
11
# File 'lib/ridebuilder/affiliate/models.rb', line 9

def ref
  @ref
end