Module: OfferEngine::Properties
- Defined in:
- lib/reg_path/properties.rb
Class Method Summary collapse
- .offer_engine_get_offers_path ⇒ Object
- .offer_engine_get_offers_path=(path) ⇒ Object
- .offer_engine_host ⇒ Object
- .offer_engine_host=(host) ⇒ Object
- .offer_engine_long_form_path ⇒ Object
- .offer_engine_long_form_path=(path) ⇒ Object
- .offer_engine_submit_offer_path ⇒ Object
- .offer_engine_submit_offer_path=(path) ⇒ Object
- .source ⇒ Object
- .source=(in_source) ⇒ Object
Class Method Details
.offer_engine_get_offers_path ⇒ Object
7 8 9 |
# File 'lib/reg_path/properties.rb', line 7 def self.offer_engine_get_offers_path @offer_engine_get_offers_path || "" end |
.offer_engine_get_offers_path=(path) ⇒ Object
23 24 25 |
# File 'lib/reg_path/properties.rb', line 23 def self.offer_engine_get_offers_path=(path) @offer_engine_get_offers_path = path end |
.offer_engine_host ⇒ Object
3 4 5 |
# File 'lib/reg_path/properties.rb', line 3 def self.offer_engine_host @offer_engine_host || "" end |
.offer_engine_host=(host) ⇒ Object
19 20 21 |
# File 'lib/reg_path/properties.rb', line 19 def self.offer_engine_host=(host) @offer_engine_host = host end |
.offer_engine_long_form_path ⇒ Object
15 16 17 |
# File 'lib/reg_path/properties.rb', line 15 def self.offer_engine_long_form_path @offer_engine_long_form_path || "" end |
.offer_engine_long_form_path=(path) ⇒ Object
31 32 33 |
# File 'lib/reg_path/properties.rb', line 31 def self.offer_engine_long_form_path=(path) @offer_engine_long_form_path = path end |
.offer_engine_submit_offer_path ⇒ Object
11 12 13 |
# File 'lib/reg_path/properties.rb', line 11 def self.offer_engine_submit_offer_path @offer_engine_submit_offer_path || "" end |
.offer_engine_submit_offer_path=(path) ⇒ Object
27 28 29 |
# File 'lib/reg_path/properties.rb', line 27 def self.offer_engine_submit_offer_path=(path) @offer_engine_submit_offer_path = path end |
.source ⇒ Object
35 36 37 |
# File 'lib/reg_path/properties.rb', line 35 def self.source @source || "" end |
.source=(in_source) ⇒ Object
39 40 41 |
# File 'lib/reg_path/properties.rb', line 39 def self.source=(in_source) @source = in_source end |