Sha256: 3e3a59b6e27cdc31dac49ddf2de1dfdd5f6748b3d68ea6fe51453d65fad617cc

Contents?: true

Size: 754 Bytes

Versions: 4

Compression:

Stored size: 754 Bytes

Contents

#
# Ruby classes automatically generated from java classes-- don't edit
#
module Killbill
  module Plugin
    module Model

      class SubscriptionBundle

        include com.ning.billing.entitlement.api.user.SubscriptionBundle

        attr_reader :id, :created_date, :updated_date, :blocking_state, :account_id, :external_key, :overdue_state

        def initialize(id, created_date, updated_date, blocking_state, account_id, external_key, overdue_state)
          @id = id
          @created_date = created_date
          @updated_date = updated_date
          @blocking_state = blocking_state
          @account_id = account_id
          @external_key = external_key
          @overdue_state = overdue_state
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
killbill-1.0.19 lib/killbill/gen/subscription_bundle.rb
killbill-1.0.18 lib/killbill/gen/subscription_bundle.rb
killbill-1.0.17 lib/killbill/gen/subscription_bundle.rb
killbill-1.0.16 lib/killbill/gen/subscription_bundle.rb