38 lines
832 B
YAML
38 lines
832 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
ip_address:
|
|
network_prefix: 1
|
|
ip_version: 1
|
|
company: MyString
|
|
asn: 1
|
|
asn_org: MyString
|
|
is_datacenter: false
|
|
is_proxy: false
|
|
is_vpn: false
|
|
ip_api_country: MyString
|
|
geo2_country: MyString
|
|
abuser_scores: MyText
|
|
additional_data: MyText
|
|
created_at: 2025-11-02 14:01:11
|
|
updated_at: 2025-11-02 14:01:11
|
|
last_api_fetch: 2025-11-02 14:01:11
|
|
|
|
two:
|
|
ip_address:
|
|
network_prefix: 1
|
|
ip_version: 1
|
|
company: MyString
|
|
asn: 1
|
|
asn_org: MyString
|
|
is_datacenter: false
|
|
is_proxy: false
|
|
is_vpn: false
|
|
ip_api_country: MyString
|
|
geo2_country: MyString
|
|
abuser_scores: MyText
|
|
additional_data: MyText
|
|
created_at: 2025-11-02 14:01:11
|
|
updated_at: 2025-11-02 14:01:11
|
|
last_api_fetch: 2025-11-02 14:01:11
|