Method: JSS::SelfServable#self_service_icon
- Defined in:
- lib/jss-api/api_object/self_servable.rb
#self_service_icon ⇒ Hash (readonly)
The Hash contains these keys with info about the icon:
-
:filename => [String] The name of the image file uploaded to the JSS
-
:uri => [String] the URI for retriving the icon
-
:id => [Integer] the JSS id number for the icon (not all SSvc items have this)
-
:data => [String] the icon image encoded as Base64 (not all SSvc items have this)
117 118 119 |
# File 'lib/jss-api/api_object/self_servable.rb', line 117 def self_service_icon @self_service_icon end |