Class: Redditor::VideoBlock
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Redditor::VideoBlock
- Defined in:
- app/models/redditor/video_block.rb
Instance Attribute Summary collapse
-
#temp_id ⇒ Object
attr_accessible :height, :page_id, :position, :width, :youtube, :temp_id.
Class Method Summary collapse
Instance Attribute Details
#temp_id ⇒ Object
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_name ⇒ Object
23 24 25 |
# File 'app/models/redditor/video_block.rb', line 23 def self.model_name ActiveModel::Name.new(self, nil, 'VideoBlock') end |