Sha256: cc9cb15fa9b4e28312015bff1af2935493a6a69ef540065442a7f7ed4b722141

Contents?: true

Size: 218 Bytes

Versions: 53

Compression:

Stored size: 218 Bytes

Contents

class Auth::System::Entity
	include Mongoid::Document
	embedded_in :minute, :class_name => "Auth::System::Minute"
	field :product_id, type: String
	field :capacity, type: Float
	field :free_duration, type: Integer 
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/models/auth/system/entity.rb
wordjelly-auth-1.5.9 app/models/auth/system/entity.rb
wordjelly-auth-1.5.8 app/models/auth/system/entity.rb
wordjelly-auth-1.5.7 app/models/auth/system/entity.rb
wordjelly-auth-1.5.6 app/models/auth/system/entity.rb
wordjelly-auth-1.5.5 app/models/auth/system/entity.rb
wordjelly-auth-1.5.4 app/models/auth/system/entity.rb
wordjelly-auth-1.5.3 app/models/auth/system/entity.rb
wordjelly-auth-1.5.2 app/models/auth/system/entity.rb
wordjelly-auth-1.5.1 app/models/auth/system/entity.rb
wordjelly-auth-1.5.0 app/models/auth/system/entity.rb
wordjelly-auth-1.4.9 app/models/auth/system/entity.rb
wordjelly-auth-1.4.8 app/models/auth/system/entity.rb
wordjelly-auth-1.4.7 app/models/auth/system/entity.rb
wordjelly-auth-1.4.6 app/models/auth/system/entity.rb
wordjelly-auth-1.4.5 app/models/auth/system/entity.rb
wordjelly-auth-1.4.4 app/models/auth/system/entity.rb
wordjelly-auth-1.4.3 app/models/auth/system/entity.rb
wordjelly-auth-1.4.2 app/models/auth/system/entity.rb
wordjelly-auth-1.4.0 app/models/auth/system/entity.rb