class Netbox::API::Platform

Defined in:

class/netbox/api/platforms.cr

Constructors

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

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

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

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]