Module: Dhis2::Api::Shared::SystemInfo::ClassMethods
- Defined in:
- lib/dhis2/api/shared/system_info.rb
Instance Method Summary collapse
Instance Method Details
#get(client) ⇒ Object
12 13 14 |
# File 'lib/dhis2/api/shared/system_info.rb', line 12 def get(client) client.get(path: "/system/info") end |