Class: GroupOpenID::Member
- Inherits:
-
Struct
- Object
- Struct
- GroupOpenID::Member
- Defined in:
- lib/group_open_id.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#openid ⇒ Object
Returns the value of attribute openid.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
9 10 11 |
# File 'lib/group_open_id.rb', line 9 def email @email end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/group_open_id.rb', line 9 def name @name end |
#openid ⇒ Object
Returns the value of attribute openid
9 10 11 |
# File 'lib/group_open_id.rb', line 9 def openid @openid end |