Class: SixArma::Bt::CONFIG_MOD_SVN
- Inherits:
-
Struct
- Object
- Struct
- SixArma::Bt::CONFIG_MOD_SVN
- Defined in:
- lib/sixarma/bt.rb
Overview
Mod SVN Config Structure
Instance Attribute Summary collapse
-
#pass ⇒ Object
Returns the value of attribute pass.
-
#url ⇒ Object
Returns the value of attribute url.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#pass ⇒ Object
Returns the value of attribute pass
60 61 62 |
# File 'lib/sixarma/bt.rb', line 60 def pass @pass end |
#url ⇒ Object
Returns the value of attribute url
60 61 62 |
# File 'lib/sixarma/bt.rb', line 60 def url @url end |
#user ⇒ Object
Returns the value of attribute user
60 61 62 |
# File 'lib/sixarma/bt.rb', line 60 def user @user end |