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.2.1 tests/actions_get.rb
ecoportal-api-graphql-0.1.11 tests/actions_get.rb
ecoportal-api-graphql-0.1.10 tests/actions_get.rb
ecoportal-api-graphql-0.1.9 tests/actions_get.rb
ecoportal-api-graphql-0.1.8 tests/actions_get.rb
ecoportal-api-graphql-0.1.7 tests/actions_get.rb
ecoportal-api-graphql-0.1.6 tests/actions_get.rb
ecoportal-api-graphql-0.1.5 tests/actions_get.rb