Class: Embulk::Input::InputBigquery::LocalFile
- Inherits:
-
Object
- Object
- Embulk::Input::InputBigquery::LocalFile
- Defined in:
- lib/embulk/input/big-query-async.rb
Overview
keyfile:
content: |
Class Method Summary collapse
Class Method Details
.load(v) ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/embulk/input/big-query-async.rb', line 14 def self.load(v) if v.is_a?(String) v elsif v.is_a?(Hash) JSON.parse(v['content']) end end |