class Blockchain::V2::LogEntry

Attributes

callback_url[R]
called_at[R]
raw_response[R]
response_code[R]

Public Class Methods

new(r) click to toggle source
# File lib/blockchain/receive.rb, line 90
def initialize(r)
        @callback_url = r['callback_url']
        @called_at = r['called_at']
        @raw_response = r['raw_response']
        @response_code = ['response_code']
end