Module: Wox::Environment
- Included in:
- Builder, Packager, TestFlight
- Defined in:
- lib/wox/build_environment.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
readonly
Returns the value of attribute environment.
Instance Method Summary collapse
Instance Attribute Details
#environment ⇒ Object (readonly)
Returns the value of attribute environment.
5 6 7 |
# File 'lib/wox/build_environment.rb', line 5 def environment @environment end |
Instance Method Details
#initialize(environment) ⇒ Object
6 7 8 |
# File 'lib/wox/build_environment.rb', line 6 def initialize environment @environment = environment end |