Class: Chiketto::AttendeeProfile
- Defined in:
- lib/chiketto/attendee_profile.rb
Instance Attribute Summary collapse
-
#age ⇒ Object
Returns the value of attribute age.
-
#birth_date ⇒ Object
Returns the value of attribute birth_date.
-
#blog ⇒ Object
Returns the value of attribute blog.
-
#cell_phone ⇒ Object
Returns the value of attribute cell_phone.
-
#company ⇒ Object
Returns the value of attribute company.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#job_title ⇒ Object
Returns the value of attribute job_title.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
-
#website ⇒ Object
Returns the value of attribute website.
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
build_query_string, endpoint, get, #initialize, open_post, paginated, post, should_paginate, token
Methods included from AttrDSL
Constructor Details
This class inherits a constructor from Chiketto::Resource
Instance Attribute Details
#age ⇒ Object
Returns the value of attribute age.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def age @age end |
#birth_date ⇒ Object
Returns the value of attribute birth_date.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def birth_date @birth_date end |
#blog ⇒ Object
Returns the value of attribute blog.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def blog @blog end |
#cell_phone ⇒ Object
Returns the value of attribute cell_phone.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def cell_phone @cell_phone end |
#company ⇒ Object
Returns the value of attribute company.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def company @company end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def first_name @first_name end |
#gender ⇒ Object
Returns the value of attribute gender.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def gender @gender end |
#job_title ⇒ Object
Returns the value of attribute job_title.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def job_title @job_title end |
#last_name ⇒ Object
Returns the value of attribute last_name.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def last_name @last_name end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def name @name end |
#prefix ⇒ Object
Returns the value of attribute prefix.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def prefix @prefix end |
#suffix ⇒ Object
Returns the value of attribute suffix.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def suffix @suffix end |
#website ⇒ Object
Returns the value of attribute website.
3 4 5 |
# File 'lib/chiketto/attendee_profile.rb', line 3 def website @website end |