Class: Trellodon::Client::DeletedMember
- Inherits:
-
Struct
- Object
- Struct
- Trellodon::Client::DeletedMember
- Defined in:
- lib/trellodon/client.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/trellodon/client.rb', line 9 def id @id end |
Instance Method Details
#full_name ⇒ Object
10 |
# File 'lib/trellodon/client.rb', line 10 def full_name = "[DELETED]" |
#username ⇒ Object
12 |
# File 'lib/trellodon/client.rb', line 12 def username = "__deleted__" |