Class: GAShikomi::Subcommand::Goals
- Defined in:
- lib/ga_shikomi/subcommand/goals.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 7 8 9 10 |
# File 'lib/ga_shikomi/subcommand/goals.rb', line 4 def list api.execute( api.analytics.management.goals.list, :accountId => ['account_id'], :webPropertyId => ['property_id'], :profileId => ['profile_id'])['items'] end |