class Ethon::Easy

def to_hash

Returns:
  • (Hash) - The informations hash.
def to_hash
  Kernel.warn("Ethon: Easy#to_hash is deprecated and will be removed, please use #mirror.")
  mirror.to_hash
end