Sha256: 7ad72b10f639f74c388bc850dd85b3e2e53f3dcb2bb27e6cc9e84791729f2a9b

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

# frozen_string_literal: true

module RubyInstagram
  module Response
    def self.create(response_hash)
      return response_hash.data if response_hash.respond_to?(:data)

      response_hash
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_instagram-0.1.0 lib/ruby_instagram/response.rb