Class: EventReporter::Attendee
- Inherits:
-
Struct
- Object
- Struct
- EventReporter::Attendee
- Defined in:
- lib/event_reporter/attendee.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#city ⇒ Object
Returns the value of attribute city.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#state ⇒ Object
Returns the value of attribute state.
-
#zipcode ⇒ Object
Returns the value of attribute zipcode.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
2 3 4 |
# File 'lib/event_reporter/attendee.rb', line 2 def address @address end |
#city ⇒ Object
Returns the value of attribute city
2 3 4 |
# File 'lib/event_reporter/attendee.rb', line 2 def city @city end |
#email ⇒ Object
Returns the value of attribute email
2 3 4 |
# File 'lib/event_reporter/attendee.rb', line 2 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name
2 3 4 |
# File 'lib/event_reporter/attendee.rb', line 2 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name
2 3 4 |
# File 'lib/event_reporter/attendee.rb', line 2 def last_name @last_name end |
#phone_number ⇒ Object
Returns the value of attribute phone_number
2 3 4 |
# File 'lib/event_reporter/attendee.rb', line 2 def phone_number @phone_number end |
#state ⇒ Object
Returns the value of attribute state
2 3 4 |
# File 'lib/event_reporter/attendee.rb', line 2 def state @state end |
#zipcode ⇒ Object
Returns the value of attribute zipcode
2 3 4 |
# File 'lib/event_reporter/attendee.rb', line 2 def zipcode @zipcode end |