Class: PostProxy::PinterestParams

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

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

#board_idObject

Returns the value of attribute board_id.



170
171
172
# File 'lib/postproxy/types.rb', line 170

def board_id
  @board_id
end

#cover_urlObject

Returns the value of attribute cover_url.



170
171
172
# File 'lib/postproxy/types.rb', line 170

def cover_url
  @cover_url
end

Returns the value of attribute destination_link.



170
171
172
# File 'lib/postproxy/types.rb', line 170

def destination_link
  @destination_link
end

#formatObject

Returns the value of attribute format.



170
171
172
# File 'lib/postproxy/types.rb', line 170

def format
  @format
end

#thumb_offsetObject

Returns the value of attribute thumb_offset.



170
171
172
# File 'lib/postproxy/types.rb', line 170

def thumb_offset
  @thumb_offset
end

#titleObject

Returns the value of attribute title.



170
171
172
# File 'lib/postproxy/types.rb', line 170

def title
  @title
end