class PrintReleaf::Forestry::Project
Public Instance Methods
active?()
click to toggle source
# File lib/printreleaf/forestry/project.rb, line 20 def active? status == "active" end
inactive?()
click to toggle source
# File lib/printreleaf/forestry/project.rb, line 24 def inactive? status == "inactive" end