Sha256: 196edcab747741a2af3e5637dfb356ead5986f5c27073826e8a758d97a15f1e9

Contents?: true

Size: 308 Bytes

Versions: 10

Compression:

Stored size: 308 Bytes

Contents

module TalonOne
  module Integration
    class CustomerProfile
      def initialize(raw_data)
        @raw = raw_data
      end

      def id
        @raw["id"]
      end

      def created
        @raw["created"]
      end

      def integration_id
        @raw["integrationId"]
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
talon_one-0.1.3 lib/integration/customer_profile.rb
talon_one-0.1.2 lib/integration/customer_profile.rb
talon_one-0.1.1 lib/integration/customer_profile.rb
talon_one-0.1.0 lib/integration/customer_profile.rb
talon_one-0.0.10 lib/integration/customer_profile.rb
talon_one-0.0.9 lib/integration/customer_profile.rb
talon_one-0.0.8 lib/integration/customer_profile.rb
talon_one-0.0.7 lib/integration/customer_profile.rb
talon_one-0.0.6 lib/integration/customer_profile.rb
talon_one-0.0.5 lib/integration/customer_profile.rb