Sha256: 5a8fffc37ab44e9c32d6e68ddb64a4f47175b6f10f184a8aa9b0696f31557a82
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
module Sendle module Api module Responses class Json attr_reader :raw, :json def initialize(json_string) @raw = json_string @json = JSON.parse(json_string) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sendle-api-0.0.13 | lib/sendle/api/responses/json.rb |
sendle-api-0.0.12 | lib/sendle/api/responses/json.rb |
sendle-api-0.0.11 | lib/sendle/api/responses/json.rb |