Class: Jbr::Mock

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

Defined Under Namespace

Classes: Account, Invoice, Job, OAuth, Quote, Request, URL

Instance Attribute Summary collapse

Instance Attribute Details

#invoiceObject

Returns the value of attribute invoice.



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

def invoice
  @invoice
end

#jobObject

Returns the value of attribute job.



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

def job
  @job
end

#oauth_errorObject

Returns the value of attribute oauth_error.



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

def oauth_error
  @oauth_error
end

#oauth_urlObject

Returns the value of attribute oauth_url.



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

def oauth_url
  @oauth_url
end

#quoteObject

Returns the value of attribute quote.



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

def quote
  @quote
end

#requestObject

Returns the value of attribute request.



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

def request
  @request
end