Sha256: 1ce900a2179444cd7b0d58827499e443df2c89e330b3a3a611cd0340f6d2a96c

Contents?: true

Size: 160 Bytes

Versions: 7

Compression:

Stored size: 160 Bytes

Contents

module Docusigner
  class Profile < Docusigner::Base
    belongs_to :user
    has_one :image, :class_name => "Docusigner::ProfileImage"
    singleton
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
docusigner-0.0.9 lib/docusigner/profile.rb
docusigner-0.0.8 lib/docusigner/profile.rb
docusigner-0.0.6 lib/docusigner/profile.rb
docusigner-0.0.5 lib/docusigner/profile.rb
docusigner-0.0.4 lib/docusigner/profile.rb
docusigner-0.0.3 lib/docusigner/profile.rb
docusigner-0.0.2 lib/docusigner/profile.rb