Class: Moysklad::Entities::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/moysklad/entities/page.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



2
3
4
# File 'lib/moysklad/entities/page.rb', line 2

def count
  @count
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



2
3
4
# File 'lib/moysklad/entities/page.rb', line 2

def items
  @items
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



2
3
4
# File 'lib/moysklad/entities/page.rb', line 2

def start
  @start
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



2
3
4
# File 'lib/moysklad/entities/page.rb', line 2

def total
  @total
end