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.
-
#title ⇒ Object
Returns the value of attribute title.
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.
294 295 296 |
# File 'lib/postproxy/types.rb', line 294 def first_comment @first_comment end |
#format ⇒ Object
Returns the value of attribute format.
294 295 296 |
# File 'lib/postproxy/types.rb', line 294 def format @format end |
#page_id ⇒ Object
Returns the value of attribute page_id.
294 295 296 |
# File 'lib/postproxy/types.rb', line 294 def page_id @page_id end |
#title ⇒ Object
Returns the value of attribute title.
294 295 296 |
# File 'lib/postproxy/types.rb', line 294 def title @title end |