Class: FortniteAPI::CreatorCode

Inherits:
Struct
  • Object
show all
Defined in:
lib/fortniteapi/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#displayNameObject

Returns the value of attribute displayName



9
10
11
# File 'lib/fortniteapi/api.rb', line 9

def displayName
  @displayName
end

#idObject

Returns the value of attribute id



9
10
11
# File 'lib/fortniteapi/api.rb', line 9

def id
  @id
end

#slugObject

Returns the value of attribute slug



9
10
11
# File 'lib/fortniteapi/api.rb', line 9

def slug
  @slug
end

#statusObject

Returns the value of attribute status



9
10
11
# File 'lib/fortniteapi/api.rb', line 9

def status
  @status
end

#verifiedObject

Returns the value of attribute verified



9
10
11
# File 'lib/fortniteapi/api.rb', line 9

def verified
  @verified
end