class Braintree::LocalPaymentCompleted::BlikAlias
Attributes
key[R]
label[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/braintree/local_payment_completed/blik_alias.rb, line 9 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end
Public Instance Methods
inspect()
click to toggle source
# File lib/braintree/local_payment_completed/blik_alias.rb, line 13 def inspect attrs = [:key, :label] formatted_attrs = attrs.map do |attr| "#{attr}: #{send(attr).inspect}" end "#<#{formatted_attrs.join(", ")}>" end