Class: Googletastic::Attendee

Inherits:
Hash
  • Object
show all
Includes:
Mixins::Attributes
Defined in:
lib/googletastic/attendee.rb

Overview

simple value object

Instance Attribute Summary collapse

Attributes included from Mixins::Attributes

#attributes

Method Summary

Methods included from Mixins::Attributes

#attribute_names, #has_attribute?, #inspect

Instance Attribute Details

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/googletastic/attendee.rb', line 5

def email
  @email
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/googletastic/attendee.rb', line 5

def name
  @name
end

#roleObject

Returns the value of attribute role.



5
6
7
# File 'lib/googletastic/attendee.rb', line 5

def role
  @role
end