Class: Morpheus::SystemTypesInterface
- Inherits:
-
RestInterface
- Object
- RestInterface
- Morpheus::SystemTypesInterface
- Defined in:
- lib/morpheus/api/system_types_interface.rb
Instance Method Summary collapse
Instance Method Details
#base_path ⇒ Object
5 6 7 |
# File 'lib/morpheus/api/system_types_interface.rb', line 5 def base_path "/api/infrastructure/system-types" end |
#list_layouts(type_id, params = {}) ⇒ Object
9 10 11 |
# File 'lib/morpheus/api/system_types_interface.rb', line 9 def list_layouts(type_id, params = {}) execute(method: :get, url: "#{base_path}/#{type_id}/layouts", params: params) end |