Class: Duple::Target

Inherits:
Object
  • Object
show all
Includes:
Endpoint
Defined in:
lib/duple/target.rb

Overview

Represents the target of the data/schema transfer.

Instance Method Summary collapse

Methods included from Endpoint

included, #initialize

Instance Method Details

#environmentObject



6
7
8
# File 'lib/duple/target.rb', line 6

def environment
  config.target_environment
end

#nameObject



10
11
12
# File 'lib/duple/target.rb', line 10

def name
  @name ||= config.target_name
end