Class: Garbanzo::Response

Inherits:
Parser
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/garbanzo/response.rb

Direct Known Subclasses

Subscription::Status::StatusResponse

Class Method Summary collapse

Methods inherited from Parser

#initialize

Constructor Details

This class inherits a constructor from Garbanzo::Parser

Class Method Details

.wrap(response) ⇒ Object



7
8
9
# File 'lib/garbanzo/response.rb', line 7

def self.wrap(response)
  new(response).to_h
end