Class: PostProxy::InstagramParams
Instance Attribute Summary collapse
-
#audio_name ⇒ Object
Returns the value of attribute audio_name.
-
#collaborators ⇒ Object
Returns the value of attribute collaborators.
-
#cover_url ⇒ Object
Returns the value of attribute cover_url.
-
#first_comment ⇒ Object
Returns the value of attribute first_comment.
-
#format ⇒ Object
Returns the value of attribute format.
-
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
-
#trial_strategy ⇒ Object
Returns the value of attribute trial_strategy.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#audio_name ⇒ Object
Returns the value of attribute audio_name.
201 202 203 |
# File 'lib/postproxy/types.rb', line 201 def audio_name @audio_name end |
#collaborators ⇒ Object
Returns the value of attribute collaborators.
201 202 203 |
# File 'lib/postproxy/types.rb', line 201 def collaborators @collaborators end |
#cover_url ⇒ Object
Returns the value of attribute cover_url.
201 202 203 |
# File 'lib/postproxy/types.rb', line 201 def cover_url @cover_url end |
#first_comment ⇒ Object
Returns the value of attribute first_comment.
201 202 203 |
# File 'lib/postproxy/types.rb', line 201 def first_comment @first_comment end |
#format ⇒ Object
Returns the value of attribute format.
201 202 203 |
# File 'lib/postproxy/types.rb', line 201 def format @format end |
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
201 202 203 |
# File 'lib/postproxy/types.rb', line 201 def thumb_offset @thumb_offset end |
#trial_strategy ⇒ Object
Returns the value of attribute trial_strategy.
201 202 203 |
# File 'lib/postproxy/types.rb', line 201 def trial_strategy @trial_strategy end |