Sha256: 46c0a4f7c7a532f69d105249c8df59b9eb6206ab01cefaa9606ab738f784a307

Contents?: true

Size: 259 Bytes

Versions: 21

Compression:

Stored size: 259 Bytes

Contents

module TrackerApi
  module Resources
    class Person
      include Shared::Base

      attribute :kind, String
      attribute :name, String
      attribute :email, String
      attribute :initials, String
      attribute :username, String
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
tracker_api-1.0.0 lib/tracker_api/resources/person.rb