class GAShikomi::Subcommand::Profiles
Public Instance Methods
list()
click to toggle source
# File lib/ga_shikomi/subcommand/profiles.rb, line 4 def list api.execute(api.analytics.management.profiles.list, :accountId => options['account_id'], :webPropertyId => options['property_id'])['items'] end