Method: Bento::Analytics::Response#initialize
- Defined in:
- lib/bento/sdk/response.rb
#initialize(status = 200, error = nil) ⇒ Response
public: Simple class to wrap responses from the API
9 10 11 12 |
# File 'lib/bento/sdk/response.rb', line 9 def initialize(status = 200, error = nil) @status = status @error = error end |