Sha256: 82a1fa48bf7dc52b8480441749618099043dedd96d1b970b45b899b364409d0b

Contents?: true

Size: 215 Bytes

Versions: 7

Compression:

Stored size: 215 Bytes

Contents

module PhoneGap
  module Build
    class Base

      def initialize(attributes = {})
        attributes.each do |key, value|
          instance_variable_set("@#{key}", value)
        end
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phone_gap-build-0.7.0 lib/phone_gap/build/base.rb
phone_gap-build-0.6.2 lib/phone_gap/build/base.rb
phone_gap-build-0.6.1 lib/phone_gap/build/base.rb
phone_gap-build-0.6.0 lib/phone_gap/build/base.rb
phone_gap-build-0.5.1 lib/phone_gap/build/base.rb
phone_gap-build-0.5.0 lib/phone_gap/build/base.rb
phone_gap-build-0.4.0 lib/phone_gap/build/base.rb