Class: Coneco::Page
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#current ⇒ Object
readonly
Returns the value of attribute current.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Method Summary collapse
-
#initialize(h) ⇒ Page
constructor
A new instance of Page.
Methods included from InitHelper
Constructor Details
#initialize(h) ⇒ Page
Returns a new instance of Page.
71 72 73 |
# File 'lib/coneco/client.rb', line 71 def initialize(h) populate(h) end |
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count.
70 71 72 |
# File 'lib/coneco/client.rb', line 70 def count @count end |
#current ⇒ Object (readonly)
Returns the value of attribute current.
70 71 72 |
# File 'lib/coneco/client.rb', line 70 def current @current end |
#size ⇒ Object (readonly)
Returns the value of attribute size.
70 71 72 |
# File 'lib/coneco/client.rb', line 70 def size @size end |