Class: GravatarImageTag::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/gravatar_image_tag.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_imageObject

Returns the value of attribute default_image.



17
18
19
# File 'lib/gravatar_image_tag.rb', line 17

def default_image
  @default_image
end

#filetypeObject

Returns the value of attribute filetype.



17
18
19
# File 'lib/gravatar_image_tag.rb', line 17

def filetype
  @filetype
end

#ratingObject

Returns the value of attribute rating.



17
18
19
# File 'lib/gravatar_image_tag.rb', line 17

def rating
  @rating
end

#secureObject

Returns the value of attribute secure.



17
18
19
# File 'lib/gravatar_image_tag.rb', line 17

def secure
  @secure
end

#sizeObject

Returns the value of attribute size.



17
18
19
# File 'lib/gravatar_image_tag.rb', line 17

def size
  @size
end