module RiotLolApi::HelperClass::ClassMethods

Public Instance Methods

list_methods() click to toggle source
# File lib/riot_lol_api/helper_classes.rb, line 14
def list_methods
  instance_methods(false).map(&:to_sym)
end