module Consumerable::Listable::ClassMethods
Public Instance Methods
all()
click to toggle source
# File lib/consumerable/listable.rb, line 6 def all init_collection Consumerable::Connection.get(list_path) end