Class: Googletastic::Attendee
- Inherits:
-
Hash
- Object
- Hash
- Googletastic::Attendee
- Includes:
- Mixins::Attributes
- Defined in:
- lib/googletastic/attendee.rb
Overview
simple value object
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#role ⇒ Object
Returns the value of attribute role.
Attributes included from Mixins::Attributes
Method Summary
Methods included from Mixins::Attributes
#attribute_names, #has_attribute?, #inspect
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
5 6 7 |
# File 'lib/googletastic/attendee.rb', line 5 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/googletastic/attendee.rb', line 5 def name @name end |
#role ⇒ Object
Returns the value of attribute role.
5 6 7 |
# File 'lib/googletastic/attendee.rb', line 5 def role @role end |