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::EntityWSlug
Netbox::API::EntityWSlug
Netbox::API::Entity
Reference
Object
Direct Known Subclasses
Netbox::API::RolesBase
Netbox::API::SitesBase
Netbox::API::TagsBase
Netbox::API::TenantsBase
Defined in:
class/netbox/api/base_entity.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#slug
: String
#slug=
(slug : String)
Instance methods inherited from class
Netbox::API::Entity
display : String | Nil
display
,
display=(display : String | Nil)
display=
,
id : Int32
id
,
id=(id : Int32)
id=
,
name : String | Nil
name
,
name=(name : String | Nil)
name=
Constructor methods inherited from class
Netbox::API::Entity
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
slug
: String
#
[
View source
]
def
slug=
(slug : String)
#
[
View source
]