class NicoQuery::Core::GetThumbInfo

Public Class Methods

new(video_id) click to toggle source
# File lib/nicoquery/core/getthumbinfo.rb, line 9
def initialize(video_id)
  @dynamic_segment = video_id
  @params_array = []
end

Private Instance Methods

host() click to toggle source
# File lib/nicoquery/core/getthumbinfo.rb, line 15
def host
  'ext.nicovideo.jp'
end
static_segment() click to toggle source
# File lib/nicoquery/core/getthumbinfo.rb, line 19
def static_segment
  'api/getthumbinfo'
end