Class: FbGraph2::Payment
- Includes:
- Edge::Dispute, Edge::Refunds
- Defined in:
- lib/fb_graph2/payment.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(id, attributes = {}) ⇒ Payment
constructor
A new instance of Payment.
Methods included from Edge::Refunds
Methods included from Edge::Dispute
Methods inherited from Node
#authenticate, #destroy, #edge, #edges, #fetch, #update
Methods included from AttributeAssigner
Constructor Details
#initialize(id, attributes = {}) ⇒ Payment
Returns a new instance of Payment.
14 15 16 17 |
# File 'lib/fb_graph2/payment.rb', line 14 def initialize(id, attributes = {}) super # TODO: handle custom attributes. end |