Method: Jamf::Connection::Attributes#port
- Defined in:
- lib/jamf/api/connection/attributes.rb
#port ⇒ Integer
Returns The port of the Jamf Pro server API connection.
142 143 144 145 |
# File 'lib/jamf/api/connection/attributes.rb', line 142 def port validate_token @token.port end |