Class: HighLevel::Models::Objects::SearchRecordsBody
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Objects::SearchRecordsBody
- Defined in:
- lib/high_level/models/objects/search_records_body.rb
Instance Attribute Summary collapse
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#page ⇒ Object
readonly
Returns the value of attribute page.
-
#page_limit ⇒ Object
readonly
Returns the value of attribute page_limit.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#search_after ⇒ Object
readonly
Returns the value of attribute search_after.
Instance Attribute Details
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/objects/search_records_body.rb', line 9 def location_id @location_id end |
#page ⇒ Object (readonly)
Returns the value of attribute page
9 10 11 |
# File 'lib/high_level/models/objects/search_records_body.rb', line 9 def page @page end |
#page_limit ⇒ Object (readonly)
Returns the value of attribute page_limit
9 10 11 |
# File 'lib/high_level/models/objects/search_records_body.rb', line 9 def page_limit @page_limit end |
#query ⇒ Object (readonly)
Returns the value of attribute query
9 10 11 |
# File 'lib/high_level/models/objects/search_records_body.rb', line 9 def query @query end |
#search_after ⇒ Object (readonly)
Returns the value of attribute search_after
9 10 11 |
# File 'lib/high_level/models/objects/search_records_body.rb', line 9 def search_after @search_after end |