Class: Rublox::Models::FullUser

Inherits:
Object
  • Object
show all
Includes:
Derive::User
Defined in:
lib/rublox/models/full_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

#createdTime (readonly)

Returns:

  • (Time)


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

def created
  @created
end

#descriptionString (readonly)

Returns:

  • (String)


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

def description
  @description
end

#display_nameString (readonly)

Returns:

  • (String)


25
26
27
# File 'lib/rublox/models/full_user.rb', line 25

def display_name
  @display_name
end

#external_app_display_nameString? (readonly)

Returns:

  • (String, nil)


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

def external_app_display_name
  @external_app_display_name
end

#has_verified_badgeBoolean (readonly)

Returns:

  • (Boolean)


19
20
21
# File 'lib/rublox/models/full_user.rb', line 19

def has_verified_badge
  @has_verified_badge
end

#idInteger (readonly)

Returns:

  • (Integer)


21
22
23
# File 'lib/rublox/models/full_user.rb', line 21

def id
  @id
end

#is_bannedBoolean (readonly)

Returns:

  • (Boolean)


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

def is_banned
  @is_banned
end

#nameString (readonly)

Returns:

  • (String)


23
24
25
# File 'lib/rublox/models/full_user.rb', line 23

def name
  @name
end