Class: Feed2Gram::Post
- Inherits:
-
Struct
- Object
- Struct
- Feed2Gram::Post
- Defined in:
- lib/feed2gram/parses_entries.rb
Instance Attribute Summary collapse
-
#caption ⇒ Object
Returns the value of attribute caption.
-
#media_type ⇒ Object
Returns the value of attribute media_type.
-
#medias ⇒ Object
Returns the value of attribute medias.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#caption ⇒ Object
Returns the value of attribute caption
10 11 12 |
# File 'lib/feed2gram/parses_entries.rb', line 10 def caption @caption end |
#media_type ⇒ Object
Returns the value of attribute media_type
10 11 12 |
# File 'lib/feed2gram/parses_entries.rb', line 10 def media_type @media_type end |
#medias ⇒ Object
Returns the value of attribute medias
10 11 12 |
# File 'lib/feed2gram/parses_entries.rb', line 10 def medias @medias end |
#url ⇒ Object
Returns the value of attribute url
10 11 12 |
# File 'lib/feed2gram/parses_entries.rb', line 10 def url @url end |