class Comet::B2VirtualStorageRoleSettings
def to_hash
-
(Hash)
- The complete object as a Ruby hash
def to_hash ret = {} ret['MasterBucket'] = @master_bucket ret['KeyID'] = @key_id ret['AppKey'] = @app_key ret['HideDeletedFiles'] = @hide_deleted_files @unknown_json_fields.each do |k, v| ret[k] = v end ret end