twitter-ruby-ads-sdk
twitter-ruby-ads-sdk copied to clipboard
Adds Video and Image diemensions field in respective class
Both classes ImageConversationCard and VideoConversationCard have field which have data related to dimensions/size of Video/Image but these fields despite present in API are being dropped/ignored in class properties/attributes, thus consumer of this library can't assess data like 'image_display_height' on ImageConversationCard till now. Current fix enable the same for both Image and Video Conversation Card.
Issue Type: Improvement
Fixes / Relates To: #273
Changes Included:
- Adding two properties
image_display_heightandimage_display_widthinImageConversationCardclass - Adding two properties
video_widthandvideo_heightinVideoConversationCardclass
Can maintainers of the librarary provide approval for remaining workflows to trigger. @tushdante