Class: SixArma::Bt::CONFIG_FTP
- Inherits:
-
Struct
- Object
- Struct
- SixArma::Bt::CONFIG_FTP
- Defined in:
- lib/sixarma/bt.rb
Overview
Main FTP Config Structure
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#pass ⇒ Object
Returns the value of attribute pass.
-
#pathfull ⇒ Object
Returns the value of attribute pathfull.
-
#pathupdate ⇒ Object
Returns the value of attribute pathupdate.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
47 48 49 |
# File 'lib/sixarma/bt.rb', line 47 def host @host end |
#pass ⇒ Object
Returns the value of attribute pass
47 48 49 |
# File 'lib/sixarma/bt.rb', line 47 def pass @pass end |
#pathfull ⇒ Object
Returns the value of attribute pathfull
47 48 49 |
# File 'lib/sixarma/bt.rb', line 47 def pathfull @pathfull end |
#pathupdate ⇒ Object
Returns the value of attribute pathupdate
47 48 49 |
# File 'lib/sixarma/bt.rb', line 47 def pathupdate @pathupdate end |
#user ⇒ Object
Returns the value of attribute user
47 48 49 |
# File 'lib/sixarma/bt.rb', line 47 def user @user end |