Class: Unfold::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/unfold.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appnameObject

Returns the value of attribute appname.



16
17
18
# File 'lib/unfold.rb', line 16

def appname
  @appname
end

#envObject

Returns the value of attribute env.



16
17
18
# File 'lib/unfold.rb', line 16

def env
  @env
end

#remote_destinationObject

Returns the value of attribute remote_destination.



16
17
18
# File 'lib/unfold.rb', line 16

def remote_destination
  @remote_destination
end

#remote_hostObject

Returns the value of attribute remote_host.



16
17
18
# File 'lib/unfold.rb', line 16

def remote_host
  @remote_host
end

#remote_userObject

Returns the value of attribute remote_user.



16
17
18
# File 'lib/unfold.rb', line 16

def remote_user
  @remote_user
end