class Braintree::AchMandate

Attributes

accepted_at[R]
text[R]

Public Class Methods

new(attributes) click to toggle source
# File lib/braintree/ach_mandate.rb, line 8
def initialize(attributes)
  set_instance_variables_from_hash(attributes)
  @accepted_at = Time.parse(attributes[:accepted_at]) unless @accepted_at.class == Time
end