Class: Foederati::Provider::Fields
- Inherits:
-
Struct
- Object
- Struct
- Foederati::Provider::Fields
- Defined in:
- lib/foederati/provider.rb
Instance Attribute Summary collapse
-
#thumbnail ⇒ Object
Returns the value of attribute thumbnail.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#thumbnail ⇒ Object
Returns the value of attribute thumbnail
15 16 17 |
# File 'lib/foederati/provider.rb', line 15 def thumbnail @thumbnail end |
#title ⇒ Object
Returns the value of attribute title
15 16 17 |
# File 'lib/foederati/provider.rb', line 15 def title @title end |
#url ⇒ Object
Returns the value of attribute url
15 16 17 |
# File 'lib/foederati/provider.rb', line 15 def url @url end |