Class: Flatfish::Media

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/flatfish/media.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentsObject (readonly)

Returns the value of attribute contents.



3
4
5
# File 'lib/flatfish/media.rb', line 3

def contents
  @contents
end

#urlObject (readonly)

Returns the value of attribute url.



3
4
5
# File 'lib/flatfish/media.rb', line 3

def url
  @url
end