Sha256: 0d6f7e0eadcb824cff593404e863bb20ef7bde331fedc6e9d2e5f7472cc16b3a

Contents?: true

Size: 261 Bytes

Versions: 28

Compression:

Stored size: 261 Bytes

Contents

require_relative 'local_libs'

api = Ecoportal::API::GraphQL.new
api.currentOrganization.actions.each_with_index do |action, idx|
  break if idx >= 14
  puts "#{idx+1}. '#{action.name}' (#{action.altId}): #{action.status} (#{action.relativeStatus})"
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.4.3 tests/actions_get.rb
ecoportal-api-graphql-0.4.2 tests/actions_get.rb
ecoportal-api-graphql-0.4.1 tests/actions_get.rb
ecoportal-api-graphql-0.4.0 tests/actions_get.rb
ecoportal-api-graphql-0.3.16 tests/actions_get.rb
ecoportal-api-graphql-0.3.15 tests/actions_get.rb
ecoportal-api-graphql-0.3.14 tests/actions_get.rb
ecoportal-api-graphql-0.3.13 tests/actions_get.rb
ecoportal-api-graphql-0.3.12 tests/actions_get.rb
ecoportal-api-graphql-0.3.11 tests/actions_get.rb
ecoportal-api-graphql-0.3.10 tests/actions_get.rb
ecoportal-api-graphql-0.3.9 tests/actions_get.rb
ecoportal-api-graphql-0.3.8 tests/actions_get.rb
ecoportal-api-graphql-0.3.7 tests/actions_get.rb
ecoportal-api-graphql-0.3.6 tests/actions_get.rb
ecoportal-api-graphql-0.3.5 tests/actions_get.rb
ecoportal-api-graphql-0.3.3 tests/actions_get.rb
ecoportal-api-graphql-0.3.1 tests/actions_get.rb
ecoportal-api-graphql-0.2.3 tests/actions_get.rb
ecoportal-api-graphql-0.2.2 tests/actions_get.rb