Module: Puree::Configuration
- Included in:
- Puree
- Defined in:
- lib/puree/configuration.rb
Instance Attribute Summary collapse
-
#basic_auth ⇒ Object
Returns the value of attribute basic_auth.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
Instance Attribute Details
#basic_auth ⇒ Object
Returns the value of attribute basic_auth.
5 6 7 |
# File 'lib/puree/configuration.rb', line 5 def basic_auth @basic_auth end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
5 6 7 |
# File 'lib/puree/configuration.rb', line 5 def endpoint @endpoint end |
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/puree/configuration.rb', line 5 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/puree/configuration.rb', line 5 def username @username end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
7 8 9 |
# File 'lib/puree/configuration.rb', line 7 def configure yield self end |