Module: Specinfra::Helper::Properties
- Defined in:
- lib/specinfra/helper/properties.rb
Instance Method Summary collapse
Instance Method Details
#property ⇒ Object
6 7 8 |
# File 'lib/specinfra/helper/properties.rb', line 6 def property Specinfra::Properties.instance.properties end |
#set_property(prop) ⇒ Object
9 10 11 |
# File 'lib/specinfra/helper/properties.rb', line 9 def set_property(prop) Specinfra::Properties.instance.properties(prop) end |