Class: Jbr::Configuration
- Inherits:
-
Object
- Object
- Jbr::Configuration
- Defined in:
- lib/jbr/configuration.rb
Instance Attribute Summary collapse
-
#mock_account ⇒ Object
Returns the value of attribute mock_account.
-
#mock_auth ⇒ Object
Returns the value of attribute mock_auth.
-
#mock_auth_error ⇒ Object
Returns the value of attribute mock_auth_error.
-
#mock_disconnect ⇒ Object
Returns the value of attribute mock_disconnect.
-
#mock_invoice ⇒ Object
Returns the value of attribute mock_invoice.
-
#mock_job ⇒ Object
Returns the value of attribute mock_job.
-
#mock_quote ⇒ Object
Returns the value of attribute mock_quote.
-
#mock_redirect_url ⇒ Object
Returns the value of attribute mock_redirect_url.
-
#mock_request ⇒ Object
Returns the value of attribute mock_request.
Instance Attribute Details
#mock_account ⇒ Object
Returns the value of attribute mock_account.
3 4 5 |
# File 'lib/jbr/configuration.rb', line 3 def mock_account @mock_account end |
#mock_auth ⇒ Object
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_error ⇒ Object
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_disconnect ⇒ Object
Returns the value of attribute mock_disconnect.
3 4 5 |
# File 'lib/jbr/configuration.rb', line 3 def mock_disconnect @mock_disconnect end |
#mock_invoice ⇒ Object
Returns the value of attribute mock_invoice.
3 4 5 |
# File 'lib/jbr/configuration.rb', line 3 def mock_invoice @mock_invoice end |
#mock_job ⇒ Object
Returns the value of attribute mock_job.
3 4 5 |
# File 'lib/jbr/configuration.rb', line 3 def mock_job @mock_job end |
#mock_quote ⇒ Object
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_url ⇒ Object
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_request ⇒ Object
Returns the value of attribute mock_request.
3 4 5 |
# File 'lib/jbr/configuration.rb', line 3 def mock_request @mock_request end |