Class: Publish::Target

Inherits:
Struct
  • Object
show all
Defined in:
lib/hobix/publish/replicate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



43
44
45
# File 'lib/hobix/publish/replicate.rb', line 43

def host
  @host
end

#passwdObject

Returns the value of attribute passwd

Returns:

  • (Object)

    the current value of passwd



43
44
45
# File 'lib/hobix/publish/replicate.rb', line 43

def passwd
  @passwd
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



43
44
45
# File 'lib/hobix/publish/replicate.rb', line 43

def path
  @path
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



43
44
45
# File 'lib/hobix/publish/replicate.rb', line 43

def user
  @user
end