class Netbox::API::TenantsBase

Direct Known Subclasses

Defined in:

class/netbox/api/tenants.cr

Constructors

Instance methods inherited from class Netbox::API::EntityWSlug

slug : String slug, slug=(slug : String) slug=

Constructor methods inherited from class Netbox::API::EntityWSlug

new(pull : JSON::PullParser) new

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]