Class: Rublox::Models::SkinnyUser

Inherits:
Object
  • Object
show all
Includes:
Derive::User
Defined in:
lib/rublox/models/skinny_user.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Derive::User

#currency, #follower_count, #followings_count, #friend_count, #premium?

Methods included from Derive::Model

#==, #to_s

Instance Attribute Details

#display_nameString (readonly)

Returns:

  • (String)


15
16
17
# File 'lib/rublox/models/skinny_user.rb', line 15

def display_name
  @display_name
end

#has_verified_badgeBoolean (readonly)

Returns:

  • (Boolean)


17
18
19
# File 'lib/rublox/models/skinny_user.rb', line 17

def has_verified_badge
  @has_verified_badge
end

#idInteger (readonly)

Returns:

  • (Integer)


11
12
13
# File 'lib/rublox/models/skinny_user.rb', line 11

def id
  @id
end

#nameString (readonly)

Returns:

  • (String)


13
14
15
# File 'lib/rublox/models/skinny_user.rb', line 13

def name
  @name
end