Class: Trellodon::Client::DeletedMember

Inherits:
Struct
  • Object
show all
Defined in:
lib/trellodon/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/trellodon/client.rb', line 9

def id
  @id
end

Instance Method Details

#full_nameObject



10
# File 'lib/trellodon/client.rb', line 10

def full_name = "[DELETED]"

#usernameObject



12
# File 'lib/trellodon/client.rb', line 12

def username = "__deleted__"