Class: Trellodon::Member
- Inherits:
-
Struct
- Object
- Struct
- Trellodon::Member
- Defined in:
- lib/trellodon/entities/member.rb
Instance Attribute Summary collapse
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#full_name ⇒ Object
Returns the value of attribute full_name
4 5 6 |
# File 'lib/trellodon/entities/member.rb', line 4 def full_name @full_name end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/trellodon/entities/member.rb', line 4 def id @id end |
#username ⇒ Object
Returns the value of attribute username
4 5 6 |
# File 'lib/trellodon/entities/member.rb', line 4 def username @username end |