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.
170 171 172 |
# File 'lib/postproxy/types.rb', line 170 def board_id @board_id end |
#cover_url ⇒ Object
Returns the value of attribute cover_url.
170 171 172 |
# File 'lib/postproxy/types.rb', line 170 def cover_url @cover_url end |
#destination_link ⇒ Object
Returns the value of attribute destination_link.
170 171 172 |
# File 'lib/postproxy/types.rb', line 170 def destination_link @destination_link end |
#format ⇒ Object
Returns the value of attribute format.
170 171 172 |
# File 'lib/postproxy/types.rb', line 170 def format @format end |
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
170 171 172 |
# File 'lib/postproxy/types.rb', line 170 def thumb_offset @thumb_offset end |
#title ⇒ Object
Returns the value of attribute title.
170 171 172 |
# File 'lib/postproxy/types.rb', line 170 def title @title end |