Class: SixArma::Bt::CONFIG_FTP

Inherits:
Struct
  • Object
show all
Defined in:
lib/sixarma/bt.rb

Overview

Main FTP Config Structure

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



47
48
49
# File 'lib/sixarma/bt.rb', line 47

def host
  @host
end

#passObject

Returns the value of attribute pass

Returns:

  • (Object)

    the current value of pass



47
48
49
# File 'lib/sixarma/bt.rb', line 47

def pass
  @pass
end

#pathfullObject

Returns the value of attribute pathfull

Returns:

  • (Object)

    the current value of pathfull



47
48
49
# File 'lib/sixarma/bt.rb', line 47

def pathfull
  @pathfull
end

#pathupdateObject

Returns the value of attribute pathupdate

Returns:

  • (Object)

    the current value of pathupdate



47
48
49
# File 'lib/sixarma/bt.rb', line 47

def pathupdate
  @pathupdate
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



47
48
49
# File 'lib/sixarma/bt.rb', line 47

def user
  @user
end