Sha256: 612319a43a7e13850b61bdc343f00c6a6160355af67a9b4274e9548206326742

Contents?: true

Size: 382 Bytes

Versions: 8

Compression:

Stored size: 382 Bytes

Contents

module Braintree
  class AccountUpdaterDailyReport
    include BaseModule

    attr_reader :report_date
    attr_reader :report_url

    class << self
      protected :new
      def _new(*args)
        self.new(*args)
      end
    end

    def initialize(attributes)
      set_instance_variables_from_hash(attributes)
      @report_date = Date.parse(report_date)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
braintree-4.23.0 lib/braintree/account_updater_daily_report.rb
braintree-4.22.0 lib/braintree/account_updater_daily_report.rb
braintree-4.21.0 lib/braintree/account_updater_daily_report.rb
braintree-4.20.0 lib/braintree/account_updater_daily_report.rb
braintree-4.19.0 lib/braintree/account_updater_daily_report.rb
braintree-4.18.0 lib/braintree/account_updater_daily_report.rb
braintree-4.17.0 lib/braintree/account_updater_daily_report.rb
braintree-4.16.0 lib/braintree/account_updater_daily_report.rb