struct

ECS::LogEntry::Server::As

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

number(new_value : UInt64)

A chainable setter for number

Source
number

server.as.number

Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.

Level: Extended Type: Long Example:

15169
Source
number=(number : UInt64 | Nil)

server.as.number

Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.

Level: Extended Type: Long Example:

15169
Source
organization(value : Organization)

A chainable setter for organization

Source
organization
Source
organization

Initialize a new Organization, yield it to the block

Source
organization=(organization : Organization | Nil)
Source

Nested types