Build::AddonAttachmentsApi
Constructors
Instance methods
create addon attachment Attach an addon to an app @return [AddonAttachment]
create addon attachment Attach an addon to an app @return [Array<(AddonAttachment, Integer, Hash)>] AddonAttachment data, response status code and response headers
delete addon attachment Detach an addon from an app @param addon_attachment_id [String] Addon attachment ID @return [AddonAttachment]
delete addon attachment Detach an addon from an app @param addon_attachment_id [String] Addon attachment ID @return [Array<(AddonAttachment, Integer, Hash)>] AddonAttachment data, response status code and response headers
show addon attachment Get info about an addon attachment @param addon_attachment_id [String] Addon attachment ID @return [AddonAttachment]
show addon attachment Get info about an addon attachment @param addon_attachment_id [String] Addon attachment ID @return [Array<(AddonAttachment, Integer, Hash)>] AddonAttachment data, response status code and response headers
list addon attachments List all addon attachments @return [Array(AddonAttachment)]
list addon attachments List all addon attachments @return [Array<(Array(AddonAttachment), Integer, Hash)>] Array(AddonAttachment) data, response status code and response headers