Class: GravatarImageTag::Configuration
- Inherits:
-
Object
- Object
- GravatarImageTag::Configuration
- Defined in:
- lib/gravatar_image_tag.rb
Instance Attribute Summary collapse
-
#default_image ⇒ Object
Returns the value of attribute default_image.
-
#filetype ⇒ Object
Returns the value of attribute filetype.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#secure ⇒ Object
Returns the value of attribute secure.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#default_image ⇒ Object
Returns the value of attribute default_image.
15 16 17 |
# File 'lib/gravatar_image_tag.rb', line 15 def default_image @default_image end |
#filetype ⇒ Object
Returns the value of attribute filetype.
15 16 17 |
# File 'lib/gravatar_image_tag.rb', line 15 def filetype @filetype end |
#rating ⇒ Object
Returns the value of attribute rating.
15 16 17 |
# File 'lib/gravatar_image_tag.rb', line 15 def @rating end |
#secure ⇒ Object
Returns the value of attribute secure.
15 16 17 |
# File 'lib/gravatar_image_tag.rb', line 15 def secure @secure end |
#size ⇒ Object
Returns the value of attribute size.
15 16 17 |
# File 'lib/gravatar_image_tag.rb', line 15 def size @size end |