We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc0897 commit 74589afCopy full SHA for 74589af
pynetbox/models/dcim.py
@@ -124,7 +124,8 @@ def elevation(self):
124
""" Represents the ``elevation`` detail endpoint.
125
126
Returns a DetailEndpoint object that is the interface for
127
- viewing response from the elevation endpoint updated in Netbox version 2.8.
+ viewing response from the elevation endpoint updated in
128
+ Netbox version 2.8.
129
130
:returns: :py:class:`.DetailEndpoint`
131
@@ -137,6 +138,7 @@ def elevation(self):
137
138
"""
139
return RODetailEndpoint(self, "elevation", custom_return=RUs)
140
141
+
142
class Termination(Record):
143
def __str__(self):
144
# hacky check to see if we're a circuit termination to
0 commit comments