module VantivLite::Response::Refinements

Public Instance Methods

dig(key, *next_keys) click to toggle source
# File lib/vantiv_lite/response.rb, line 14
def dig(key, *next_keys)
  Dig.(self, key, *next_keys)
end