Class: SixArma::Bt::CONFIG_MOD_SVN

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

Overview

Mod SVN Config Structure

Instance Attribute Summary collapse

Instance Attribute Details

#passObject

Returns the value of attribute pass

Returns:

  • (Object)

    the current value of pass



60
61
62
# File 'lib/sixarma/bt.rb', line 60

def pass
  @pass
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



60
61
62
# File 'lib/sixarma/bt.rb', line 60

def url
  @url
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



60
61
62
# File 'lib/sixarma/bt.rb', line 60

def user
  @user
end