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

Version Path
nexaas_id-client-0.7.4 lib/nexaas_id/entities/profile.rb
nexaas_id-client-0.7.3 lib/nexaas_id/entities/profile.rb
nexaas_id-client-0.7.2 lib/nexaas_id/entities/profile.rb
nexaas_id-client-0.7.1 lib/nexaas_id/entities/profile.rb
nexaas_id-client-0.7.0 lib/nexaas_id/entities/profile.rb
nexaas_id-client-0.6.0 lib/nexaas_id/entities/profile.rb
nexaas_id-client-0.5.0 lib/nexaas_id/entities/profile.rb