Class: Trellodon::Member

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

Instance Attribute Summary collapse

Instance Attribute Details

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



4
5
6
# File 'lib/trellodon/entities/member.rb', line 4

def full_name
  @full_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/trellodon/entities/member.rb', line 4

def id
  @id
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



4
5
6
# File 'lib/trellodon/entities/member.rb', line 4

def username
  @username
end