Class: Feed2Gram::Post

Inherits:
Struct
  • Object
show all
Defined in:
lib/feed2gram/parses_entries.rb

Instance Attribute Summary collapse

Instance Attribute Details

#captionObject

Returns the value of attribute caption

Returns:

  • (Object)

    the current value of caption



10
11
12
# File 'lib/feed2gram/parses_entries.rb', line 10

def caption
  @caption
end

#media_typeObject

Returns the value of attribute media_type

Returns:

  • (Object)

    the current value of media_type



10
11
12
# File 'lib/feed2gram/parses_entries.rb', line 10

def media_type
  @media_type
end

#mediasObject

Returns the value of attribute medias

Returns:

  • (Object)

    the current value of medias



10
11
12
# File 'lib/feed2gram/parses_entries.rb', line 10

def medias
  @medias
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



10
11
12
# File 'lib/feed2gram/parses_entries.rb', line 10

def url
  @url
end