lob-ruby icon indicating copy to clipboard operation
lob-ruby copied to clipboard

Ruby Wrapper for Lob API

Results 4 lob-ruby issues
Sort by recently updated
recently updated
newest added

I'm receiving the error in the title when sending a Letter. It seems that the problem is with attributes that are mapped to Open API type that is an Ruby...

Hi! I'm getting this error when including this gem in my Rails project. `/Users/arich/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/lob-ruby/lib/openapi_client/models/bank_account.rb: warning: character class has '-' without escape` Most of the changes here are just consolidating the...

Using this gem causes warnings: ``` ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:260: warning: character class has '-' without escape ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:296: warning: character class has '-' without escape ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:395: warning: character class has '-' without escape...

I'm migrating from V5 to V6, and I'm having trouble uploading a PDF for the `letters.create` endpoint. Specifically, when I pass in `File.open("path-to-file.pdf")` to the `file` argument of `Lob::LetterEditable.new`, the...