class Motion::Project::Config

Public Instance Methods

deploygate() click to toggle source
# File lib/motion-deploygate.rb, line 35
def deploygate
  @deploygate ||= DeployGateConfig.new(self)
end