Class: PostProxy::FacebookParams
Overview
Platform-specific parameter structs
Instance Attribute Summary collapse
-
#first_comment ⇒ Object
Returns the value of attribute first_comment.
-
#format ⇒ Object
Returns the value of attribute format.
-
#page_id ⇒ Object
Returns the value of attribute page_id.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#first_comment ⇒ Object
Returns the value of attribute first_comment.
197 198 199 |
# File 'lib/postproxy/types.rb', line 197 def first_comment @first_comment end |
#format ⇒ Object
Returns the value of attribute format.
197 198 199 |
# File 'lib/postproxy/types.rb', line 197 def format @format end |
#page_id ⇒ Object
Returns the value of attribute page_id.
197 198 199 |
# File 'lib/postproxy/types.rb', line 197 def page_id @page_id end |