Class: EventReporter::Attendee

Inherits:
Struct
  • Object
show all
Defined in:
lib/event_reporter/attendee.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



2
3
4
# File 'lib/event_reporter/attendee.rb', line 2

def address
  @address
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



2
3
4
# File 'lib/event_reporter/attendee.rb', line 2

def city
  @city
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



2
3
4
# File 'lib/event_reporter/attendee.rb', line 2

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



2
3
4
# File 'lib/event_reporter/attendee.rb', line 2

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



2
3
4
# File 'lib/event_reporter/attendee.rb', line 2

def last_name
  @last_name
end

#phone_numberObject

Returns the value of attribute phone_number

Returns:

  • (Object)

    the current value of phone_number



2
3
4
# File 'lib/event_reporter/attendee.rb', line 2

def phone_number
  @phone_number
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



2
3
4
# File 'lib/event_reporter/attendee.rb', line 2

def state
  @state
end

#zipcodeObject

Returns the value of attribute zipcode

Returns:

  • (Object)

    the current value of zipcode



2
3
4
# File 'lib/event_reporter/attendee.rb', line 2

def zipcode
  @zipcode
end