Searched defs:status (Results 1 - 1 of 1) sorted by relevance

/ontohub/app/models/
H A Daction.rb19 def status method in class:Action
24 elsif resource.respond_to?(:status)
25 resource.status
27 raise NoMethodError, "resource does know neither state nor status."
35 TERMINAL_STATUSES.include?(status.to_s)

Completed in 12 milliseconds