Class: GAShikomi::Subcommand::Profiles
- Defined in:
- lib/ga_shikomi/subcommand/profiles.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from GAShikomi::Subcommand::Base
Instance Method Details
#list ⇒ Object
4 5 6 |
# File 'lib/ga_shikomi/subcommand/profiles.rb', line 4 def list api.execute(api.analytics.management.profiles.list, :accountId => ['account_id'], :webPropertyId => ['property_id'])['items'] end |