Sha256: 94ef8dba381241c382063abcdfaa2e49993f845f5e45102529ffa315dd724d57
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
# UltracartClient::FileManagerPage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **current_storefront_fs_directory_oid** | **Integer** | | [optional] | | **hostname** | **String** | | [optional] | | **parent_storefront_fs_directory_oid** | **Integer** | | [optional] | | **path** | **String** | | [optional] | | **storefront_oid** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::FileManagerPage.new( current_storefront_fs_directory_oid: null, hostname: null, parent_storefront_fs_directory_oid: null, path: null, storefront_oid: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.67.rc | docs/FileManagerPage.md |