Method: ContextIO::File#content
- Defined in:
- lib/context-io/file.rb
#content ⇒ String
Note:
Data transfer for this call is metered and charged at the end of the month. See [Context.IO’s pricing page](context.io/pricing) for more info.
Fetch the content of the message.
173 174 175 |
# File 'lib/context-io/file.rb', line 173 def content get("/2.0/accounts/#@account_id/files/#@id/content", :raw => true) end |