Sha256: 1e3552607deff30781a4003d62956c477c05fcd85cb86ca5d5997ce8671c15bb
Contents?: true
Size: 1.29 KB
Versions: 15
Compression:
Stored size: 1.29 KB
Contents
# frozen_string_literal: true require_relative 'model' require_relative 'fixture' def fetch_fixtures [ CmdbAsset.new( id: 100, country_code: 'cd', business_unit: 'bu', sub_area: 'sa', application: 'ewallet', utr: 'UTR01966', fqdn: 'fqdn.co.za', host_name: 'fqdn', ip_address: '172.16.19.66', operating_system: 'ubuntu', server_environment: 'linux', server_category: 'linux', host_key: 'xxxx', country: 'DRC' ), CmdbAsset.new( id: 200, country_code: 'mw', business_unit: 'bu', sub_area: 'sa', application: 'atm', utr: 'UTR01966', fqdn: 'fqdn.co.za', host_name: 'fqdn', ip_address: '198.172.19.66', operating_system: 'ubuntu', server_environment: 'linux', server_category: 'linux', host_key: 'xxxx', country: 'Malawi' ), CmdbAsset.new( id: 300, country_code: 'bw', business_unit: 'bu', sub_area: 'sa', application: 'forex', utr: 'UTR01986', fqdn: 'fqdn.co.za', host_name: 'fqdn', ip_address: '10.12.19.66', operating_system: 'ubuntu', server_environment: 'linux', server_category: 'linux', host_key: 'xxxx', country: 'Botswana' ) ] end
Version data entries
15 entries across 5 versions & 1 rubygems