Class: SixArma::Bt::CONFIG
- Inherits:
-
Struct
- Object
- Struct
- SixArma::Bt::CONFIG
- Defined in:
- lib/sixarma/bt.rb
Overview
Main Config Structure
Instance Attribute Summary collapse
-
#changelog ⇒ Object
Returns the value of attribute changelog.
-
#ftp ⇒ Object
Returns the value of attribute ftp.
-
#list3rd_pbo ⇒ Object
Returns the value of attribute list3rd_pbo.
-
#listbin ⇒ Object
Returns the value of attribute listbin.
-
#listpbo ⇒ Object
Returns the value of attribute listpbo.
-
#mods ⇒ Object
Returns the value of attribute mods.
-
#nsis ⇒ Object
Returns the value of attribute nsis.
-
#outroot ⇒ Object
Returns the value of attribute outroot.
-
#sign ⇒ Object
Returns the value of attribute sign.
-
#title ⇒ Object
Returns the value of attribute title.
-
#titlelong ⇒ Object
Returns the value of attribute titlelong.
-
#veraddon ⇒ Object
Returns the value of attribute veraddon.
-
#verpath ⇒ Object
Returns the value of attribute verpath.
-
#work3rd ⇒ Object
Returns the value of attribute work3rd.
-
#work3rd_pbo ⇒ Object
Returns the value of attribute work3rd_pbo.
-
#workbin ⇒ Object
Returns the value of attribute workbin.
-
#workdel ⇒ Object
Returns the value of attribute workdel.
-
#workdir ⇒ Object
Returns the value of attribute workdir.
-
#workpbo ⇒ Object
Returns the value of attribute workpbo.
Instance Attribute Details
#changelog ⇒ Object
Returns the value of attribute changelog
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def changelog @changelog end |
#ftp ⇒ Object
Returns the value of attribute ftp
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def ftp @ftp end |
#list3rd_pbo ⇒ Object
Returns the value of attribute list3rd_pbo
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def list3rd_pbo @list3rd_pbo end |
#listbin ⇒ Object
Returns the value of attribute listbin
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def listbin @listbin end |
#listpbo ⇒ Object
Returns the value of attribute listpbo
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def listpbo @listpbo end |
#mods ⇒ Object
Returns the value of attribute mods
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def mods @mods end |
#nsis ⇒ Object
Returns the value of attribute nsis
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def nsis @nsis end |
#outroot ⇒ Object
Returns the value of attribute outroot
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def outroot @outroot end |
#sign ⇒ Object
Returns the value of attribute sign
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def sign @sign end |
#title ⇒ Object
Returns the value of attribute title
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def title @title end |
#titlelong ⇒ Object
Returns the value of attribute titlelong
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def titlelong @titlelong end |
#veraddon ⇒ Object
Returns the value of attribute veraddon
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def veraddon @veraddon end |
#verpath ⇒ Object
Returns the value of attribute verpath
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def verpath @verpath end |
#work3rd ⇒ Object
Returns the value of attribute work3rd
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def work3rd @work3rd end |
#work3rd_pbo ⇒ Object
Returns the value of attribute work3rd_pbo
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def work3rd_pbo @work3rd_pbo end |
#workbin ⇒ Object
Returns the value of attribute workbin
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def workbin @workbin end |
#workdel ⇒ Object
Returns the value of attribute workdel
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def workdel @workdel end |
#workdir ⇒ Object
Returns the value of attribute workdir
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def workdir @workdir end |
#workpbo ⇒ Object
Returns the value of attribute workpbo
44 45 46 |
# File 'lib/sixarma/bt.rb', line 44 def workpbo @workpbo end |