class Superhosting::Cli::Cmd::SiteName
Public Class Methods
after_action(data, config)
click to toggle source
# File lib/superhosting/cli/cmd/site_name.rb, line 9 def self.after_action(data, config) self.info(data) end
has_required_param?()
click to toggle source
# File lib/superhosting/cli/cmd/site_name.rb, line 5 def self.has_required_param? true end