Class: Pigeon::Config
- Inherits:
-
Object
- Object
- Pigeon::Config
- Defined in:
- lib/pigeon-ruby/config.rb
Instance Attribute Summary collapse
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#private_key ⇒ Object
Returns the value of attribute private_key.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
-
#stub ⇒ Object
Returns the value of attribute stub.
Instance Attribute Details
#base_uri ⇒ Object
Returns the value of attribute base_uri.
3 4 5 |
# File 'lib/pigeon-ruby/config.rb', line 3 def base_uri @base_uri end |
#private_key ⇒ Object
Returns the value of attribute private_key.
5 6 7 |
# File 'lib/pigeon-ruby/config.rb', line 5 def private_key @private_key end |
#public_key ⇒ Object
Returns the value of attribute public_key.
4 5 6 |
# File 'lib/pigeon-ruby/config.rb', line 4 def public_key @public_key end |
#stub ⇒ Object
Returns the value of attribute stub.
6 7 8 |
# File 'lib/pigeon-ruby/config.rb', line 6 def stub @stub end |