Closed jmarbach closed 5 years ago
For example, when I try to assign the end_time property to a line_item, I see the following error:
line_item.end_time = DateTime.now.tomorrow.strftime("%FT%Tz")
NoMethodError: undefined method `end_time=' for #<TwitterAds::LineItem:0x47374068722480 id="c8rkn">
@jmarbach This should be fixed in the next release. Thanks for pointing this out!
For example, when I try to assign the end_time property to a line_item, I see the following error:
line_item.end_time = DateTime.now.tomorrow.strftime("%FT%Tz")