Class: HighLevel::Models::Opportunities::SearchMetaResponseSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Opportunities::SearchMetaResponseSchema
- Defined in:
- lib/high_level/models/opportunities/search_meta_response_schema.rb
Instance Attribute Summary collapse
-
#current_page ⇒ Object
readonly
Returns the value of attribute current_page.
-
#next_page ⇒ Object
readonly
Returns the value of attribute next_page.
-
#next_page_url ⇒ Object
readonly
Returns the value of attribute next_page_url.
-
#prev_page ⇒ Object
readonly
Returns the value of attribute prev_page.
-
#start_after ⇒ Object
readonly
Returns the value of attribute start_after.
-
#start_after_id ⇒ Object
readonly
Returns the value of attribute start_after_id.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#current_page ⇒ Object (readonly)
Returns the value of attribute current_page
9 10 11 |
# File 'lib/high_level/models/opportunities/search_meta_response_schema.rb', line 9 def current_page @current_page end |
#next_page ⇒ Object (readonly)
Returns the value of attribute next_page
9 10 11 |
# File 'lib/high_level/models/opportunities/search_meta_response_schema.rb', line 9 def next_page @next_page end |
#next_page_url ⇒ Object (readonly)
Returns the value of attribute next_page_url
9 10 11 |
# File 'lib/high_level/models/opportunities/search_meta_response_schema.rb', line 9 def next_page_url @next_page_url end |
#prev_page ⇒ Object (readonly)
Returns the value of attribute prev_page
9 10 11 |
# File 'lib/high_level/models/opportunities/search_meta_response_schema.rb', line 9 def prev_page @prev_page end |
#start_after ⇒ Object (readonly)
Returns the value of attribute start_after
9 10 11 |
# File 'lib/high_level/models/opportunities/search_meta_response_schema.rb', line 9 def start_after @start_after end |
#start_after_id ⇒ Object (readonly)
Returns the value of attribute start_after_id
9 10 11 |
# File 'lib/high_level/models/opportunities/search_meta_response_schema.rb', line 9 def start_after_id @start_after_id end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/opportunities/search_meta_response_schema.rb', line 9 def total @total end |