sadikzzz-heyspread-ruby 0.2 → 0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/heyspread.rb +4 -2
- metadata +1 -1
data/lib/heyspread.rb
CHANGED
|
@@ -60,7 +60,8 @@ module HeySpread
|
|
|
60
60
|
|
|
61
61
|
class Video
|
|
62
62
|
attr_accessor :id, :title, :description, :tags, :category, :file, :url,
|
|
63
|
-
:ping, :destinations, :watermark_image_url, :watermark_position,
|
|
63
|
+
:ping, :destinations, :watermark_image_url, :watermark_position,
|
|
64
|
+
:convert, :stat
|
|
64
65
|
|
|
65
66
|
attr_reader :links, :errors, :uploads, :status, :stat, :created_at,
|
|
66
67
|
:updated_at, :auto_stat_updated_at, :total_views
|
|
@@ -129,7 +130,8 @@ module HeySpread
|
|
|
129
130
|
:ping => @ping,
|
|
130
131
|
:watermark_image_url => @watermark_image_url,
|
|
131
132
|
:watermark_position => @watermark_position,
|
|
132
|
-
:convert => @convert
|
|
133
|
+
:convert => @convert,
|
|
134
|
+
:stat => @stat
|
|
133
135
|
}.merge(credentials)
|
|
134
136
|
)
|
|
135
137
|
|