Class: PostProxy::PinterestParams
Instance Attribute Summary collapse
-
#board_id ⇒ Object
Returns the value of attribute board_id.
-
#cover_url ⇒ Object
Returns the value of attribute cover_url.
-
#destination_link ⇒ Object
Returns the value of attribute destination_link.
-
#format ⇒ Object
Returns the value of attribute format.
-
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
-
#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
#board_id ⇒ Object
Returns the value of attribute board_id.
291 292 293 |
# File 'lib/postproxy/types.rb', line 291 def board_id @board_id end |
#cover_url ⇒ Object
Returns the value of attribute cover_url.
291 292 293 |
# File 'lib/postproxy/types.rb', line 291 def cover_url @cover_url end |
#destination_link ⇒ Object
Returns the value of attribute destination_link.
291 292 293 |
# File 'lib/postproxy/types.rb', line 291 def destination_link @destination_link end |
#format ⇒ Object
Returns the value of attribute format.
291 292 293 |
# File 'lib/postproxy/types.rb', line 291 def format @format end |
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
291 292 293 |
# File 'lib/postproxy/types.rb', line 291 def thumb_offset @thumb_offset end |
#title ⇒ Object
Returns the value of attribute title.
291 292 293 |
# File 'lib/postproxy/types.rb', line 291 def title @title end |