Class: Collection (Databasedotcom)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Collection#total_size [R]
Collection#next_page_url [R]
Collection#previous_page_url [R]
Collection#current_page_url [R]
Collection#client [R]
Instance Methods
Collection#initialize / 5
Collection#next_page?
Collection#next_page
Collection#previous_page?
Collection#previous_page
is a submodule of
module: Databasedotcom   
has modular siblings
class: SalesForceError   
class: Client   
module: Sobject   
module: Chatter   
inherits from
  Array ( Builtin-Module )
is inherited by
  Feed ( Databasedotcom::Chatter )
has properties
attribute: total_size [R]   
attribute: next_page_url [R]   
attribute: previous_page_url [R]   
attribute: current_page_url [R]   
attribute: client [R]   
method: initialize / 5   
method: next_page?   
method: next_page   
method: previous_page?   
method: previous_page   
is defined at
#5 in databasedotcom/collection.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Array     
  module: Databasedotcom
  class: SalesForceError
  class: Client
✗ class: Collection
  module: Sobject
  module: Chatter
class: Feed     

Class Hierarchy

Object ( Builtin-Module )
Array ( Builtin-Module )
Collection ( Databasedotcom )
has properties
attribute: total_size [R]   
attribute: next_page_url [R]   
attribute: previous_page_url [R]   
attribute: current_page_url [R]   
attribute: client [R]   
method: initialize / 5   
method: next_page?   
method: next_page   
method: previous_page?   
method: previous_page   
  Feed ( Databasedotcom::Chatter )   
Exception ( Builtin-Module )
Client ( Databasedotcom )

Instance Attributes

Collection#total_size [R]

#6 in databasedotcom/collection.rb

Collection#next_page_url [R]

#6 in databasedotcom/collection.rb

Collection#previous_page_url [R]

#6 in databasedotcom/collection.rb

Collection#current_page_url [R]

#6 in databasedotcom/collection.rb

Collection#client [R]

#6 in databasedotcom/collection.rb

Instance Methods

Collection#initialize / 5

#9 in databasedotcom/collection.rb

initialize ( client ,
  total_size ,
  next_page_url=nil ,
  previous_page_url=nil ,
  current_page_url=nil )

Collection#next_page?

#18 in databasedotcom/collection.rb

next_page?

Collection#next_page

#23 in databasedotcom/collection.rb

next_page

Collection#previous_page?

#28 in databasedotcom/collection.rb

previous_page?

Collection#previous_page

#33 in databasedotcom/collection.rb

previous_page