Class: Eclaircir::Response

Inherits:
BaseModel show all
Defined in:
lib/eclaircir/api_models/response.rb

Class Method Summary collapse

Methods inherited from BaseModel

#to_api_hash

Class Method Details

.parse(raw_response) ⇒ Object



11
12
13
# File 'lib/eclaircir/api_models/response.rb', line 11

def parse(raw_response)
  self.new(raw_response)
end