Sha256: a93366660bdde0634bed303a667d2cceeaff7c32c9684e77503cfb134701e464

Contents?: true

Size: 206 Bytes

Versions: 10

Compression:

Stored size: 206 Bytes

Contents

module Clubhouse
	class Profile < ClubhouseResource
		def self.properties
			[ :deactivated, :name, :mention_name, :email_address, :gravatar_hash, :display_icon, :two_factor_auth_activated ]
		end
	end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
clubhouse2-1.0.11 lib/clubhouse2/profile.rb
clubhouse2-1.0.10 lib/clubhouse2/profile.rb
clubhouse2-1.0.8 lib/clubhouse2/profile.rb
clubhouse2-1.0.7 lib/clubhouse2/profile.rb
clubhouse2-1.0.6 lib/clubhouse2/profile.rb
clubhouse2-1.0.5 lib/clubhouse2/profile.rb
clubhouse2-1.0.4 lib/clubhouse2/profile.rb
clubhouse2-1.0.3 lib/clubhouse2/profile.rb
clubhouse2-0.0.2 lib/clubhouse2/profile.rb
clubhouse2-0.0.1 lib/clubhouse2/profile.rb