Class: Jani::FromJson::TrackingEvent

Inherits:
Object
  • Object
show all
Defined in:
lib/jani/from_json/tracking_event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label.



2
3
4
# File 'lib/jani/from_json/tracking_event.rb', line 2

def label
  @label
end

#request_typeObject

Returns the value of attribute request_type.



2
3
4
# File 'lib/jani/from_json/tracking_event.rb', line 2

def request_type
  @request_type
end

#track_onObject

Returns the value of attribute track_on.



2
3
4
# File 'lib/jani/from_json/tracking_event.rb', line 2

def track_on
  @track_on
end

#urlObject

Returns the value of attribute url.



2
3
4
# File 'lib/jani/from_json/tracking_event.rb', line 2

def url
  @url
end