Class: Tr3llo::Entities::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/3llo/entities.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/3llo/entities.rb', line 10

def id
  @id
end

#shortcutObject

Returns the value of attribute shortcut

Returns:

  • (Object)

    the current value of shortcut



10
11
12
# File 'lib/3llo/entities.rb', line 10

def shortcut
  @shortcut
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



10
11
12
# File 'lib/3llo/entities.rb', line 10

def username
  @username
end