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::ValueLabel
Netbox::API::ValueLabel
Reference
Object
Included Modules
JSON::Serializable
Direct Known Subclasses
Netbox::API::Hosts::Face
Netbox::API::HostsCommon::Status
Defined in:
class/netbox/api/base_entity.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#label
: String
#label=
(label : String)
#value
: String
#value=
(value : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
label
: String
#
[
View source
]
def
label=
(label : String)
#
[
View source
]
def
value
: String
#
[
View source
]
def
value=
(value : String)
#
[
View source
]