Class: Jbr::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/jbr/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mock_accountObject

Returns the value of attribute mock_account.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def 
  @mock_account
end

#mock_authObject

Returns the value of attribute mock_auth.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def mock_auth
  @mock_auth
end

#mock_auth_errorObject

Returns the value of attribute mock_auth_error.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def mock_auth_error
  @mock_auth_error
end

#mock_disconnectObject

Returns the value of attribute mock_disconnect.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def mock_disconnect
  @mock_disconnect
end

#mock_invoiceObject

Returns the value of attribute mock_invoice.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def mock_invoice
  @mock_invoice
end

#mock_jobObject

Returns the value of attribute mock_job.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def mock_job
  @mock_job
end

#mock_quoteObject

Returns the value of attribute mock_quote.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def mock_quote
  @mock_quote
end

#mock_redirect_urlObject

Returns the value of attribute mock_redirect_url.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def mock_redirect_url
  @mock_redirect_url
end

#mock_requestObject

Returns the value of attribute mock_request.



3
4
5
# File 'lib/jbr/configuration.rb', line 3

def mock_request
  @mock_request
end