Sha256: 426439542351ee2bd0392f0df3b803078730c6b435c7215a81c04c352be003be

Contents?: true

Size: 313 Bytes

Versions: 14

Compression:

Stored size: 313 Bytes

Contents

require "gerencianet"
require_relative "./credentials"

options = {
  client_id: CREDENTIALS::CLIENT_ID,
  client_secret: CREDENTIALS::CLIENT_SECRET,
  sandbox: true
}

params = {
  token: "252948279264ee47e117cb099ef81"
}

gerencianet = Gerencianet.new(options)
puts gerencianet.get_notification(params: params)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
gerencianet-0.0.15 examples/get_notification.rb
gerencianet-0.0.14 examples/get_notification.rb
gerencianet-0.0.13 examples/get_notification.rb
gerencianet-0.0.12 examples/get_notification.rb
gerencianet-0.0.11 examples/get_notification.rb
gerencianet-0.0.10 examples/get_notification.rb
gerencianet-0.0.9 examples/get_notification.rb
gerencianet-0.0.8 examples/get_notification.rb
gerencianet-0.0.7 docs/examples/get_notification.rb
gerencianet-0.0.6 docs/examples/get_notification.rb
gerencianet-0.0.5 docs/examples/get_notification.rb
gerencianet-0.0.4 docs/examples/get_notification.rb
gerencianet-0.0.3 docs/examples/get_notification.rb
gerencianet-0.0.2 docs/examples/get_notification.rb