Class: BigMarkerClient::Models::Registrant
- Defined in:
- lib/big_marker_client/models/registrant.rb
Instance Attribute Summary collapse
-
#bmid ⇒ Object
Returns the value of attribute bmid.
-
#country ⇒ Object
Returns the value of attribute country.
-
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
-
#custom_user_id ⇒ Object
Returns the value of attribute custom_user_id.
-
#earned_certificate ⇒ Object
Returns the value of attribute earned_certificate.
-
#email ⇒ Object
Returns the value of attribute email.
-
#enter_url ⇒ Object
Returns the value of attribute enter_url.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#qr_code_value ⇒ Object
Returns the value of attribute qr_code_value.
-
#qualified_for_certificate ⇒ Object
Returns the value of attribute qualified_for_certificate.
-
#referral_domain ⇒ Object
Returns the value of attribute referral_domain.
-
#source ⇒ Object
Returns the value of attribute source.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
-
#tracking_code ⇒ Object
Returns the value of attribute tracking_code.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from BigMarkerClient::Models::Base
Instance Attribute Details
#bmid ⇒ Object
Returns the value of attribute bmid.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def bmid @bmid end |
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def country @country end |
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def custom_fields @custom_fields end |
#custom_user_id ⇒ Object
Returns the value of attribute custom_user_id.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def custom_user_id @custom_user_id end |
#earned_certificate ⇒ Object
Returns the value of attribute earned_certificate.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def earned_certificate @earned_certificate end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def email @email end |
#enter_url ⇒ Object
Returns the value of attribute enter_url.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def enter_url @enter_url end |
#first_name ⇒ Object
Returns the value of attribute first_name.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def last_name @last_name end |
#qr_code_value ⇒ Object
Returns the value of attribute qr_code_value.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def qr_code_value @qr_code_value end |
#qualified_for_certificate ⇒ Object
Returns the value of attribute qualified_for_certificate.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def qualified_for_certificate @qualified_for_certificate end |
#referral_domain ⇒ Object
Returns the value of attribute referral_domain.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def referral_domain @referral_domain end |
#source ⇒ Object
Returns the value of attribute source.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def source @source end |
#time_zone ⇒ Object
Returns the value of attribute time_zone.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def time_zone @time_zone end |
#tracking_code ⇒ Object
Returns the value of attribute tracking_code.
4 5 6 |
# File 'lib/big_marker_client/models/registrant.rb', line 4 def tracking_code @tracking_code end |