class Superhosting::ConfigExecutor::Site

Attributes

site[RW]

Public Class Methods

new(site:, **kwargs) click to toggle source
# File lib/superhosting/config_executor/site.rb, line 6
def initialize(site:, **kwargs)
  self.site = site
  super(**kwargs)
end

Protected Instance Methods

base_mapper() click to toggle source
# File lib/superhosting/config_executor/site.rb, line 13
def base_mapper
  self.site
end