Class: PostProxy::FacebookParams

Inherits:
Model
  • Object
show all
Defined in:
lib/postproxy/types.rb

Overview

Platform-specific parameter structs

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from PostProxy::Model

Instance Attribute Details

#first_commentObject

Returns the value of attribute first_comment.



268
269
270
# File 'lib/postproxy/types.rb', line 268

def first_comment
  @first_comment
end

#formatObject

Returns the value of attribute format.



268
269
270
# File 'lib/postproxy/types.rb', line 268

def format
  @format
end

#page_idObject

Returns the value of attribute page_id.



268
269
270
# File 'lib/postproxy/types.rb', line 268

def page_id
  @page_id
end