Sha256: de55e7bc1d963e863432aa91301000debec69e9530c1b54bd8ecc40384d60aba

Contents?: true

Size: 238 Bytes

Versions: 53

Compression:

Stored size: 238 Bytes

Contents

class Auth::System::Plan
	include Mongoid::Document
	embedded_in :instant, :class_name => "Auth::System::Instant"
	field :start_time, type: Time
	field :end_time, type: Time
	field :entities, type: Array
	field :crawl_id, type: String
end

Version data entries

53 entries across 53 versions & 1 rubygems

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