Class: WorkEffortStatusType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/work_effort_status_type.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.iid(internal_identifier) ⇒ Object



12
13
14
# File 'app/models/work_effort_status_type.rb', line 12

def self.iid(internal_identifier)
	 	self.where('internal_identifier = ?', internal_identifier).first
end

Instance Method Details

#statusObject



8
9
10
# File 'app/models/work_effort_status_type.rb', line 8

def status
  description
end