Class: Feed2Gram::Result
- Inherits:
-
Struct
- Object
- Struct
- Feed2Gram::Result
- Defined in:
- lib/feed2gram/publishes_posts.rb
Instance Attribute Summary collapse
-
#post ⇒ Object
Returns the value of attribute post.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#post ⇒ Object
Returns the value of attribute post
2 3 4 |
# File 'lib/feed2gram/publishes_posts.rb', line 2 def post @post end |
#status ⇒ Object
Returns the value of attribute status
2 3 4 |
# File 'lib/feed2gram/publishes_posts.rb', line 2 def status @status end |