Module: Puree::Configuration

Defined in:
lib/puree/configuration.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.endpointObject

Returns the value of attribute endpoint.



7
8
9
# File 'lib/puree/configuration.rb', line 7

def endpoint
  @endpoint
end

.passwordObject

Returns the value of attribute password.



7
8
9
# File 'lib/puree/configuration.rb', line 7

def password
  @password
end

.usernameObject

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

Yields:

  • (_self)

Yield Parameters:



9
10
11
# File 'lib/puree/configuration.rb', line 9

def configure
  yield self
end