Class: Arena::Entity::Image

Inherits:
Arena::Entity show all
Includes:
Creatable
Defined in:
lib/arena/entities/image.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods included from Creatable

#created_at, #updated_at

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from Arena::Base

Instance Attribute Details

#content_typeObject (readonly)

Returns the value of attribute content_type.



10
11
12
# File 'lib/arena/entities/image.rb', line 10

def content_type
  @content_type
end

#filenameObject (readonly)

Returns the value of attribute filename.



10
11
12
# File 'lib/arena/entities/image.rb', line 10

def filename
  @filename
end