Module: EPC::PersistentAttributes
- Included in:
- Command::BaseCommand, Runner
- Defined in:
- lib/epc/persistent_attributes.rb
Instance Method Summary collapse
Instance Method Details
#auth_token ⇒ Object
13 14 15 16 |
# File 'lib/epc/persistent_attributes.rb', line 13 def auth_token return @auth_token if @auth_token @auth_token = EPC::Config.auth_token end |
#caller_id ⇒ Object
8 9 10 11 |
# File 'lib/epc/persistent_attributes.rb', line 8 def caller_id return @caller_id if @caller_id @caller_id = EPC::Config.caller_id end |
#target_url ⇒ Object
3 4 5 6 |
# File 'lib/epc/persistent_attributes.rb', line 3 def target_url return @target_url if @target_url @target_url = EPC::Config.target_url end |