class JSONAPI::Ruby::Deserializer::Links
Public Class Methods
new(data)
click to toggle source
# File lib/jsonapi-ruby-deserializer/links.rb, line 11 def initialize(data) parse!(data) end
# File lib/jsonapi-ruby-deserializer/links.rb, line 11 def initialize(data) parse!(data) end