Class: Feed2Gram::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#postObject

Returns the value of attribute post

Returns:

  • (Object)

    the current value of post



2
3
4
# File 'lib/feed2gram/publishes_posts.rb', line 2

def post
  @post
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



2
3
4
# File 'lib/feed2gram/publishes_posts.rb', line 2

def status
  @status
end