Method: JSONAPI::Collection#size
- Defined in:
- lib/easy/jsonapi/collection.rb
#size ⇒ Integer
Returns The number of items in the collection.
108 109 110 |
# File 'lib/easy/jsonapi/collection.rb', line 108 def size @collection.size end |