module ResponsiveImage

Constants

DEFAULT_HOST
DEFAULT_MT_CONFIGURATION
VERSION

Attributes

host[W]
media_types[W]

Public Class Methods

host() click to toggle source
# File lib/responsive_image.rb, line 19
def host
  @host || DEFAULT_HOST
end
media_types() click to toggle source
# File lib/responsive_image.rb, line 23
def media_types
  @media_types || DEFAULT_MT_CONFIGURATION
end