Method: YNAB::Configuration#return_binary_data
- Defined in:
- lib/ynab/configuration.rb
#return_binary_data ⇒ Object
Set this to return data as binary instead of downloading a temp file. When enabled (set to true) HTTP responses with return type ‘File` will be returned as a stream of binary data. Default to false.
70 71 72 |
# File 'lib/ynab/configuration.rb', line 70 def return_binary_data @return_binary_data end |