class CreateResponse
Class CreateResponse
represents server response on create
Posting
API request. Server response is sent to from_array
method which creates objects with attributes postKey
, error
accessible via getters:
response = RangeResponse.from_array(...) response.postKey # => String response.post_key # => String response.error # => String