myfreecomm/passaporteweb-client-ruby

View on GitHub
lib/passaporte_web/entities/profile.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PassaporteWeb::Entities::Profile < PassaporteWeb::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