module NicoQuery::Core
Constants
- VERSION
Public Class Methods
getthumbinfo(video_id)
click to toggle source
# File lib/nicoquery/core.rb, line 10 def getthumbinfo(video_id) instance = NicoQuery::Core::GetThumbInfo.new video_id instance.get end
tag_search(tag: tag, sort: sort, order: order, page: page)
click to toggle source
# File lib/nicoquery/core.rb, line 20 def tag_search(tag: tag, sort: sort, order: order, page: page) instance = NicoQuery::Core::TagSearch.new tag: tag, sort: sort, order: order, page: page instance.get end
video_array(video_id_array)
click to toggle source
# File lib/nicoquery/core.rb, line 15 def video_array(video_id_array) instance = NicoQuery::Core::VideoArray.new video_id_array instance.get end
Private Instance Methods
getthumbinfo(video_id)
click to toggle source
# File lib/nicoquery/core.rb, line 10 def getthumbinfo(video_id) instance = NicoQuery::Core::GetThumbInfo.new video_id instance.get end
tag_search(tag: tag, sort: sort, order: order, page: page)
click to toggle source
# File lib/nicoquery/core.rb, line 20 def tag_search(tag: tag, sort: sort, order: order, page: page) instance = NicoQuery::Core::TagSearch.new tag: tag, sort: sort, order: order, page: page instance.get end
video_array(video_id_array)
click to toggle source
# File lib/nicoquery/core.rb, line 15 def video_array(video_id_array) instance = NicoQuery::Core::VideoArray.new video_id_array instance.get end