Class: Billogram::Callbacks

Inherits:
Resource show all
Defined in:
lib/billogram/resources/callbacks.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, #initialize, relation, relations, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#callback_idObject

Returns the value of attribute callback_id.



5
6
7
# File 'lib/billogram/resources/callbacks.rb', line 5

def callback_id
  @callback_id
end

#callback_timestampObject

Returns the value of attribute callback_timestamp.



5
6
7
# File 'lib/billogram/resources/callbacks.rb', line 5

def callback_timestamp
  @callback_timestamp
end

#callback_typeObject

Returns the value of attribute callback_type.



5
6
7
# File 'lib/billogram/resources/callbacks.rb', line 5

def callback_type
  @callback_type
end

#customObject

Returns the value of attribute custom.



5
6
7
# File 'lib/billogram/resources/callbacks.rb', line 5

def custom
  @custom
end

#sandboxObject

Returns the value of attribute sandbox.



5
6
7
# File 'lib/billogram/resources/callbacks.rb', line 5

def sandbox
  @sandbox
end

#sign_keyObject

Returns the value of attribute sign_key.



5
6
7
# File 'lib/billogram/resources/callbacks.rb', line 5

def sign_key
  @sign_key
end

#signatureObject

Returns the value of attribute signature.



5
6
7
# File 'lib/billogram/resources/callbacks.rb', line 5

def signature
  @signature
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/billogram/resources/callbacks.rb', line 5

def url
  @url
end