Class: WonkoVersion::Resources
- Inherits:
-
Object
- Object
- WonkoVersion::Resources
- Defined in:
- lib/wonko_the_sane/wonko_version.rb
Instance Attribute Summary collapse
-
#appletClass ⇒ Object
Returns the value of attribute appletClass.
-
#assets ⇒ Object
Returns the value of attribute assets.
-
#downloads ⇒ Object
[Download].
-
#extra ⇒ Object
for communication between sanitizers, parsers etc.
-
#folders ⇒ Object
Path => [Type].
-
#jarModTarget ⇒ Object
Returns the value of attribute jarModTarget.
-
#launchMethod ⇒ Object
Returns the value of attribute launchMethod.
-
#mainClass ⇒ Object
resources.
-
#minecraftArguments ⇒ Object
Returns the value of attribute minecraftArguments.
-
#traits ⇒ Object
Returns the value of attribute traits.
-
#tweakers ⇒ Object
Returns the value of attribute tweakers.
Instance Method Summary collapse
-
#initialize ⇒ Resources
constructor
A new instance of Resources.
Constructor Details
#initialize ⇒ Resources
Returns a new instance of Resources.
156 157 158 159 160 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 156 def initialize @extra = {} @folders = {} @downloads = [] end |
Instance Attribute Details
#appletClass ⇒ Object
Returns the value of attribute appletClass.
145 146 147 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 145 def appletClass @appletClass end |
#assets ⇒ Object
Returns the value of attribute assets.
146 147 148 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 146 def assets @assets end |
#downloads ⇒ Object
- Download
151 152 153 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 151 def downloads @downloads end |
#extra ⇒ Object
for communication between sanitizers, parsers etc.
154 155 156 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 154 def extra @extra end |
#folders ⇒ Object
Path => [Type]
150 151 152 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 150 def folders @folders end |
#jarModTarget ⇒ Object
Returns the value of attribute jarModTarget.
149 150 151 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 149 def jarModTarget @jarModTarget end |
#launchMethod ⇒ Object
Returns the value of attribute launchMethod.
141 142 143 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 141 def launchMethod @launchMethod end |
#mainClass ⇒ Object
resources
144 145 146 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 144 def mainClass @mainClass end |
#minecraftArguments ⇒ Object
Returns the value of attribute minecraftArguments.
147 148 149 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 147 def minecraftArguments @minecraftArguments end |
#traits ⇒ Object
Returns the value of attribute traits.
140 141 142 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 140 def traits @traits end |
#tweakers ⇒ Object
Returns the value of attribute tweakers.
148 149 150 |
# File 'lib/wonko_the_sane/wonko_version.rb', line 148 def tweakers @tweakers end |