class Sendle::Api::Responses::Json
Attributes
json[R]
raw[R]
Public Class Methods
new(json_string)
click to toggle source
# File lib/sendle/api/responses/json.rb, line 7 def initialize(json_string) @raw = json_string @json = JSON.parse(json_string) end