Class: HighLevel::Models::Forms::EventDataSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Forms::EventDataSchema
- Defined in:
- lib/high_level/models/forms/event_data_schema.rb
Instance Attribute Summary collapse
-
#ad_source ⇒ Object
readonly
Returns the value of attribute ad_source.
-
#contact_session_ids ⇒ Object
readonly
Returns the value of attribute contact_session_ids.
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#fb_event_id ⇒ Object
readonly
Returns the value of attribute fb_event_id.
-
#fbc ⇒ Object
readonly
Returns the value of attribute fbc.
-
#fbp ⇒ Object
readonly
Returns the value of attribute fbp.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#medium ⇒ Object
readonly
Returns the value of attribute medium.
-
#medium_id ⇒ Object
readonly
Returns the value of attribute medium_id.
-
#page ⇒ Object
readonly
Returns the value of attribute page.
-
#page_visit_type ⇒ Object
readonly
Returns the value of attribute page_visit_type.
-
#parent_id ⇒ Object
readonly
Returns the value of attribute parent_id.
-
#parent_name ⇒ Object
readonly
Returns the value of attribute parent_name.
-
#referrer ⇒ Object
readonly
Returns the value of attribute referrer.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#ad_source ⇒ Object (readonly)
Returns the value of attribute ad_source
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def ad_source @ad_source end |
#contact_session_ids ⇒ Object (readonly)
Returns the value of attribute contact_session_ids
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def contact_session_ids @contact_session_ids end |
#domain ⇒ Object (readonly)
Returns the value of attribute domain
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def domain @domain end |
#fb_event_id ⇒ Object (readonly)
Returns the value of attribute fb_event_id
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def fb_event_id @fb_event_id end |
#fbc ⇒ Object (readonly)
Returns the value of attribute fbc
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def fbc @fbc end |
#fbp ⇒ Object (readonly)
Returns the value of attribute fbp
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def fbp @fbp end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def fingerprint @fingerprint end |
#medium ⇒ Object (readonly)
Returns the value of attribute medium
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def medium @medium end |
#medium_id ⇒ Object (readonly)
Returns the value of attribute medium_id
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def medium_id @medium_id end |
#page ⇒ Object (readonly)
Returns the value of attribute page
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def page @page end |
#page_visit_type ⇒ Object (readonly)
Returns the value of attribute page_visit_type
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def page_visit_type @page_visit_type end |
#parent_id ⇒ Object (readonly)
Returns the value of attribute parent_id
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def parent_id @parent_id end |
#parent_name ⇒ Object (readonly)
Returns the value of attribute parent_name
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def parent_name @parent_name end |
#referrer ⇒ Object (readonly)
Returns the value of attribute referrer
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def referrer @referrer end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def source @source end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def @timestamp end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def type @type end |
#version ⇒ Object (readonly)
Returns the value of attribute version
9 10 11 |
# File 'lib/high_level/models/forms/event_data_schema.rb', line 9 def version @version end |