Method: HTTPI::Response#attachments

Defined in:
lib/httpi/response.rb,
lib/httpi/response.rb

#attachmentsObject

Returns any DIME attachments.



36
37
38
# File 'lib/httpi/response.rb', line 36

def attachments
  @attachments
end