Class: PostProxy::InstagramUserTag
- Defined in:
- lib/postproxy/types.rb
Overview
An Instagram account to tag in a post. Images require x and y; reels
and video slides are tagged by username only — Instagram ignores
coordinates there. media_index picks the carousel slide (0-based).
Instance Attribute Summary collapse
-
#media_index ⇒ Object
Returns the value of attribute media_index.
-
#username ⇒ Object
Returns the value of attribute username.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#media_index ⇒ Object
Returns the value of attribute media_index.
672 673 674 |
# File 'lib/postproxy/types.rb', line 672 def media_index @media_index end |
#username ⇒ Object
Returns the value of attribute username.
672 673 674 |
# File 'lib/postproxy/types.rb', line 672 def username @username end |
#x ⇒ Object
Returns the value of attribute x.
672 673 674 |
# File 'lib/postproxy/types.rb', line 672 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
672 673 674 |
# File 'lib/postproxy/types.rb', line 672 def y @y end |