Class: HighLevel::Models::SocialMediaPosting::SearchPostDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::SearchPostDTO
- Defined in:
- lib/high_level/models/social_media_posting/search_post_dto.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
readonly
Returns the value of attribute accounts.
-
#from_date ⇒ Object
readonly
Returns the value of attribute from_date.
-
#include_users ⇒ Object
readonly
Returns the value of attribute include_users.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#post_type ⇒ Object
readonly
Returns the value of attribute post_type.
-
#skip ⇒ Object
readonly
Returns the value of attribute skip.
-
#to_date ⇒ Object
readonly
Returns the value of attribute to_date.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#accounts ⇒ Object (readonly)
Returns the value of attribute accounts
9 10 11 |
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9 def accounts @accounts end |
#from_date ⇒ Object (readonly)
Returns the value of attribute from_date
9 10 11 |
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9 def from_date @from_date end |
#include_users ⇒ Object (readonly)
Returns the value of attribute include_users
9 10 11 |
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9 def include_users @include_users end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit
9 10 11 |
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9 def limit @limit end |
#post_type ⇒ Object (readonly)
Returns the value of attribute post_type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9 def post_type @post_type end |
#skip ⇒ Object (readonly)
Returns the value of attribute skip
9 10 11 |
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9 def skip @skip end |
#to_date ⇒ Object (readonly)
Returns the value of attribute to_date
9 10 11 |
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9 def to_date @to_date end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9 def type @type end |