class HelpScout::Conversation::AttachmentData
Conversation::AttachmentData
developer.helpscout.net/objects/conversation/attachment-data/
Name Type Example Notes id Int 887171 Unique identifier data String base64 encoded data
Attributes
data[R]
id[R]
Public Class Methods
new(object)
click to toggle source
Creates a new Conversation::AttachmentData
object from a Hash of attributes
# File lib/helpscout/models.rb, line 388 def initialize(object) @id = object["id"] @data = object["data"] end