Class: Pageflow::PositionedFile::Null
Instance Attribute Summary
#file, #position_x, #position_y
Instance Method Summary
collapse
#==, null, #to_model, wrap
Constructor Details
#initialize ⇒ Null
32
33
34
|
# File 'app/models/pageflow/positioned_file.rb', line 32
def initialize
super(nil)
end
|
Instance Method Details
#blank? ⇒ Boolean
40
41
42
|
# File 'app/models/pageflow/positioned_file.rb', line 40
def blank?
true
end
|
#thumbnail_url(*args) ⇒ Object
36
37
38
|
# File 'app/models/pageflow/positioned_file.rb', line 36
def thumbnail_url(*args)
ImageFile.new.processed_attachment.url(*args)
end
|