Class: HighLevel::Models::Opportunities::SearchMetaResponseSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/opportunities/search_meta_response_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_pageObject (readonly)

Returns the value of attribute current_page

Returns:

  • (Object)

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

Returns the value of attribute next_page

Returns:

  • (Object)

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

Returns the value of attribute next_page_url

Returns:

  • (Object)

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

Returns the value of attribute prev_page

Returns:

  • (Object)

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

Returns the value of attribute start_after

Returns:

  • (Object)

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

Returns the value of attribute start_after_id

Returns:

  • (Object)

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

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



9
10
11
# File 'lib/high_level/models/opportunities/search_meta_response_schema.rb', line 9

def total
  @total
end