Class: Auth::Workflow::Category

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document
Defined in:
app/models/auth/workflow/category.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#locationObject

THESE ACCESSORS ARE REQUIRED WHILE DOING THE GROUP STAGES IN THE AGGREGATIONS, AND ARE NOT NEEDED OR USED ANYWHERE



11
12
13
# File 'app/models/auth/workflow/category.rb', line 11

def location
  @location
end

#minuteObject

Returns the value of attribute minute.



12
13
14
# File 'app/models/auth/workflow/category.rb', line 12

def minute
  @minute
end

#minute_actualObject

Returns the value of attribute minute_actual.



13
14
15
# File 'app/models/auth/workflow/category.rb', line 13

def minute_actual
  @minute_actual
end

Instance Method Details

#categoryObject

now what fields should this have ?



6
# File 'app/models/auth/workflow/category.rb', line 6

field :category, type: String

#get_types_for_overlap_hashObject



16
17
18
19
20
# File 'app/models/auth/workflow/category.rb', line 16

def get_types_for_overlap_hash
	## how will this work
	## what is the first thing that has to be done.
	
end