class Slack::Response::Attachment
- Slack::Response::Attachment
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/response/common/attachment.crConstructors
Instance Method Summary
- #author_icon : String | Nil
- #author_icon=(author_icon : String | Nil)
- #author_link : String | Nil
- #author_link=(author_link : String | Nil)
- #author_name : String | Nil
- #author_name=(author_name : String | Nil)
- #color : String | Nil
- #color=(color : String | Nil)
- #fallback : String | Nil
- #fallback=(fallback : String | Nil)
- #id : Int32
- #id=(id : Int32)
- #image_bytes : Int32 | Nil
- #image_bytes=(image_bytes : Int32 | Nil)
- #image_height : Int32 | Nil
- #image_height=(image_height : Int32 | Nil)
- #image_url : String | Nil
- #image_url=(image_url : String | Nil)
- #image_width : Int32 | Nil
- #image_width=(image_width : Int32 | Nil)
- #title : String | Nil
- #title=(title : String | Nil)
- #title_link : String | Nil
- #title_link=(title_link : String | Nil)