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