Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
netbox
main
Netbox
API
ClustersBase
DeviceRole
DeviceTypesBase
Entity
EntityExtended
EntityWSlug
EntityWSlugAndURL
EntityWURL
Hosts
Face
HostsBase
HostsCommon
Status
IPsBase
Location
ManufacturersBase
Platform
Rack
Result
RolesBase
SitesBase
TagsBase
TenantGroups
Tenants
TenantsBase
ValueLabel
VirtualMachines
Built with Crystal 1.9.2
2023-10-07 15:13:29 UTC
class
Netbox::API::Hosts::Face
Netbox::API::Hosts::Face
Netbox::API::ValueLabel
Reference
Object
Defined in:
class/netbox/api/hosts.cr
Constructors
.new
(pull : JSON::PullParser)
Instance methods inherited from class
Netbox::API::ValueLabel
label : String
label
,
label=(label : String)
label=
,
value : String
value
,
value=(value : String)
value=
Constructor methods inherited from class
Netbox::API::ValueLabel
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]