Class: HighLevel::Models::SocialMediaPosting::SearchPostDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/search_post_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountsObject (readonly)

Returns the value of attribute accounts

Returns:

  • (Object)

    the current value of accounts



9
10
11
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9

def accounts
  @accounts
end

#from_dateObject (readonly)

Returns the value of attribute from_date

Returns:

  • (Object)

    the current value of 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_usersObject (readonly)

Returns the value of attribute include_users

Returns:

  • (Object)

    the current value of 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

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



9
10
11
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9

def limit
  @limit
end

#post_typeObject (readonly)

Returns the value of attribute post_type

Returns:

  • (Object)

    the current value of 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

#skipObject (readonly)

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



9
10
11
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9

def skip
  @skip
end

#to_dateObject (readonly)

Returns the value of attribute to_date

Returns:

  • (Object)

    the current value of 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

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/social_media_posting/search_post_dto.rb', line 9

def type
  @type
end