Class: Jbr::Mock
- Inherits:
-
Object
- Object
- Jbr::Mock
- Defined in:
- lib/jbr/mock.rb
Defined Under Namespace
Classes: Account, Invoice, Job, OAuth, Quote, Request, URL
Instance Attribute Summary collapse
-
#invoice ⇒ Object
Returns the value of attribute invoice.
-
#job ⇒ Object
Returns the value of attribute job.
-
#oauth_error ⇒ Object
Returns the value of attribute oauth_error.
-
#oauth_url ⇒ Object
Returns the value of attribute oauth_url.
-
#quote ⇒ Object
Returns the value of attribute quote.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Attribute Details
#invoice ⇒ Object
Returns the value of attribute invoice.
3 4 5 |
# File 'lib/jbr/mock.rb', line 3 def invoice @invoice end |
#job ⇒ Object
Returns the value of attribute job.
3 4 5 |
# File 'lib/jbr/mock.rb', line 3 def job @job end |
#oauth_error ⇒ Object
Returns the value of attribute oauth_error.
3 4 5 |
# File 'lib/jbr/mock.rb', line 3 def oauth_error @oauth_error end |
#oauth_url ⇒ Object
Returns the value of attribute oauth_url.
3 4 5 |
# File 'lib/jbr/mock.rb', line 3 def oauth_url @oauth_url end |
#quote ⇒ Object
Returns the value of attribute quote.
3 4 5 |
# File 'lib/jbr/mock.rb', line 3 def quote @quote end |
#request ⇒ Object
Returns the value of attribute request.
3 4 5 |
# File 'lib/jbr/mock.rb', line 3 def request @request end |