Sha256: 6189199187bb7ddedaa21e3329341c1909d2a8888c38df04dc13abf46893a54d
Contents?: true
Size: 436 Bytes
Versions: 7
Compression:
Stored size: 436 Bytes
Contents
class NexaasID::Entities::Profile < NexaasID::Entities::Base attribute :id, Integer attribute :name, String attribute :nickname, String attribute :email, String attribute :birth, Date attribute :gender, String attribute :language, String attribute :picture, String attribute :timezone, String attribute :country, String attribute :city, String attribute :bio, String end
Version data entries
7 entries across 7 versions & 1 rubygems