Class: Foederati::Provider::Fields

Inherits:
Struct
  • Object
show all
Defined in:
lib/foederati/provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#thumbnailObject

Returns the value of attribute thumbnail

Returns:

  • (Object)

    the current value of thumbnail



15
16
17
# File 'lib/foederati/provider.rb', line 15

def thumbnail
  @thumbnail
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



15
16
17
# File 'lib/foederati/provider.rb', line 15

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



15
16
17
# File 'lib/foederati/provider.rb', line 15

def url
  @url
end