Class: Brainzz::AnnotationsClickableCount

Inherits:
VideoStat show all
Defined in:
lib/brainzz/models/annotations_clickable_count.rb

Instance Attribute Summary collapse

Attributes inherited from VideoStat

#video_id

Attributes inherited from Stat

#day

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ AnnotationsClickableCount

Returns a new instance of AnnotationsClickableCount.



5
6
7
8
9
# File 'lib/brainzz/models/annotations_clickable_count.rb', line 5

def initialize(hash)
  super

  @annotations_clickable = normalize_stat(annotations_clickable_data)
end

Instance Attribute Details

#annotations_clickableObject

Returns the value of attribute annotations_clickable.



3
4
5
# File 'lib/brainzz/models/annotations_clickable_count.rb', line 3

def annotations_clickable
  @annotations_clickable
end