Sha256: 3dc4c16566fc4d44c4db628277331729246ee76d6ffa17c0326def7bb4e6884b

Contents?: true

Size: 274 Bytes

Versions: 4

Compression:

Stored size: 274 Bytes

Contents

require 'cobregratis'
require 'pp'

Cobregratis::Base.site = 'https://app.cobregratis.com.br'
Cobregratis::Base.user = 'login'
Cobregratis::Base.password = 'xxx'
Cobregratis::Base.connection.cache_store = :memory_store

@billets = Cobregratis::Billet.find(:all)

pp @billets

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cobregratis-0.3.0 examples/sample.rb
cobregratis-0.2.2 examples/sample.rb
cobregratis-0.2.1 examples/sample.rb
cobregratis-0.1.0 examples/sample.rb