class Netbox::API::Entity

Included Modules

Direct Known Subclasses

Defined in:

class/netbox/api/base_entity.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def display : String | Nil #

[View source]
def display=(display : String | Nil) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]