Class: Foederati::Provider::Results
- Inherits:
-
Struct
- Object
- Struct
- Foederati::Provider::Results
- Defined in:
- lib/foederati/provider.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items
14 15 16 |
# File 'lib/foederati/provider.rb', line 14 def items @items end |
#total ⇒ Object
Returns the value of attribute total
14 15 16 |
# File 'lib/foederati/provider.rb', line 14 def total @total end |