Sha256: 3f4152a79a16ee53cf08bc663c8aa746a6b379d1a21f9cb497891943b0d3f959
Contents?: true
Size: 324 Bytes
Versions: 6
Compression:
Stored size: 324 Bytes
Contents
class Lastfm module MethodCategory class Group < Base regular_method( :get_members, :required => [:group], :optional => [ [:limit, nil], [:page, nil] ] ) do |response| Util.force_array(response.xml['members']['user']) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems