Class: Struct::GroupMember
- Inherits:
-
Struct
- Object
- Struct
- Struct::GroupMember
- Defined in:
- lib/threesixtyvoice/group_members.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#gamertag ⇒ Object
Returns the value of attribute gamertag.
-
#joindate ⇒ Object
Returns the value of attribute joindate.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#gamertag ⇒ Object
Returns the value of attribute gamertag
16 17 18 |
# File 'lib/threesixtyvoice/group_members.rb', line 16 def gamertag @gamertag end |
#joindate ⇒ Object
Returns the value of attribute joindate
16 17 18 |
# File 'lib/threesixtyvoice/group_members.rb', line 16 def joindate @joindate end |
#role ⇒ Object
Returns the value of attribute role
16 17 18 |
# File 'lib/threesixtyvoice/group_members.rb', line 16 def role @role end |