Class: PostProxy::InstagramParams

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

#audio_nameObject

Returns the value of attribute audio_name.



272
273
274
# File 'lib/postproxy/types.rb', line 272

def audio_name
  @audio_name
end

#collaboratorsObject

Returns the value of attribute collaborators.



272
273
274
# File 'lib/postproxy/types.rb', line 272

def collaborators
  @collaborators
end

#cover_urlObject

Returns the value of attribute cover_url.



272
273
274
# File 'lib/postproxy/types.rb', line 272

def cover_url
  @cover_url
end

#first_commentObject

Returns the value of attribute first_comment.



272
273
274
# File 'lib/postproxy/types.rb', line 272

def first_comment
  @first_comment
end

#formatObject

Returns the value of attribute format.



272
273
274
# File 'lib/postproxy/types.rb', line 272

def format
  @format
end

#thumb_offsetObject

Returns the value of attribute thumb_offset.



272
273
274
# File 'lib/postproxy/types.rb', line 272

def thumb_offset
  @thumb_offset
end

#trial_strategyObject

Returns the value of attribute trial_strategy.



272
273
274
# File 'lib/postproxy/types.rb', line 272

def trial_strategy
  @trial_strategy
end