Class: Redditor::VideoBlock

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/redditor/video_block.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#temp_idObject

attr_accessible :height, :page_id, :position, :width, :youtube, :temp_id



17
18
19
# File 'app/models/redditor/video_block.rb', line 17

def temp_id
  @temp_id
end

Class Method Details

.model_nameObject



23
24
25
# File 'app/models/redditor/video_block.rb', line 23

def self.model_name
  ActiveModel::Name.new(self, nil, 'VideoBlock')
end