Class: Foederati::Provider::Results

Inherits:
Struct
  • Object
show all
Defined in:
lib/foederati/provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



14
15
16
# File 'lib/foederati/provider.rb', line 14

def items
  @items
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



14
15
16
# File 'lib/foederati/provider.rb', line 14

def total
  @total
end