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.



201
202
203
# File 'lib/postproxy/types.rb', line 201

def audio_name
  @audio_name
end

#collaboratorsObject

Returns the value of attribute collaborators.



201
202
203
# File 'lib/postproxy/types.rb', line 201

def collaborators
  @collaborators
end

#cover_urlObject

Returns the value of attribute cover_url.



201
202
203
# File 'lib/postproxy/types.rb', line 201

def cover_url
  @cover_url
end

#first_commentObject

Returns the value of attribute first_comment.



201
202
203
# File 'lib/postproxy/types.rb', line 201

def first_comment
  @first_comment
end

#formatObject

Returns the value of attribute format.



201
202
203
# File 'lib/postproxy/types.rb', line 201

def format
  @format
end

#thumb_offsetObject

Returns the value of attribute thumb_offset.



201
202
203
# File 'lib/postproxy/types.rb', line 201

def thumb_offset
  @thumb_offset
end

#trial_strategyObject

Returns the value of attribute trial_strategy.



201
202
203
# File 'lib/postproxy/types.rb', line 201

def trial_strategy
  @trial_strategy
end