Class: DocuSign_eSign::UserAccountManagementGranularInformation
- Inherits:
-
Object
- Object
- DocuSign_eSign::UserAccountManagementGranularInformation
- Defined in:
- lib/docusign_esign/models/user_account_management_granular_information.rb
Instance Attribute Summary collapse
-
#can_manage_account_security_settings ⇒ Object
Returns the value of attribute can_manage_account_security_settings.
-
#can_manage_account_security_settings_metadata ⇒ Object
Returns the value of attribute can_manage_account_security_settings_metadata.
-
#can_manage_account_settings ⇒ Object
Returns the value of attribute can_manage_account_settings.
-
#can_manage_account_settings_metadata ⇒ Object
Returns the value of attribute can_manage_account_settings_metadata.
-
#can_manage_admins ⇒ Object
Returns the value of attribute can_manage_admins.
-
#can_manage_admins_metadata ⇒ Object
Returns the value of attribute can_manage_admins_metadata.
-
#can_manage_document_retention ⇒ Object
Returns the value of attribute can_manage_document_retention.
-
#can_manage_document_retention_metadata ⇒ Object
Returns the value of attribute can_manage_document_retention_metadata.
-
#can_manage_envelope_transfer ⇒ Object
Returns the value of attribute can_manage_envelope_transfer.
-
#can_manage_envelope_transfer_metadata ⇒ Object
Returns the value of attribute can_manage_envelope_transfer_metadata.
-
#can_manage_reporting ⇒ Object
Returns the value of attribute can_manage_reporting.
-
#can_manage_reporting_metadata ⇒ Object
Returns the value of attribute can_manage_reporting_metadata.
-
#can_manage_sharing ⇒ Object
Returns the value of attribute can_manage_sharing.
-
#can_manage_sharing_metadata ⇒ Object
Returns the value of attribute can_manage_sharing_metadata.
-
#can_manage_signing_groups ⇒ Object
Returns the value of attribute can_manage_signing_groups.
-
#can_manage_signing_groups_metadata ⇒ Object
Returns the value of attribute can_manage_signing_groups_metadata.
-
#can_manage_users ⇒ Object
Returns the value of attribute can_manage_users.
-
#can_manage_users_metadata ⇒ Object
Returns the value of attribute can_manage_users_metadata.
-
#can_view_users ⇒ Object
Returns the value of attribute can_view_users.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ UserAccountManagementGranularInformation
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Constructor Details
#initialize(attributes = {}) ⇒ UserAccountManagementGranularInformation
Initializes the object
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 116 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.has_key?(:'canManageAccountSecuritySettings') self.can_manage_account_security_settings = attributes[:'canManageAccountSecuritySettings'] end if attributes.has_key?(:'canManageAccountSecuritySettingsMetadata') self. = attributes[:'canManageAccountSecuritySettingsMetadata'] end if attributes.has_key?(:'canManageAccountSettings') self.can_manage_account_settings = attributes[:'canManageAccountSettings'] end if attributes.has_key?(:'canManageAccountSettingsMetadata') self. = attributes[:'canManageAccountSettingsMetadata'] end if attributes.has_key?(:'canManageAdmins') self.can_manage_admins = attributes[:'canManageAdmins'] end if attributes.has_key?(:'canManageAdminsMetadata') self. = attributes[:'canManageAdminsMetadata'] end if attributes.has_key?(:'canManageDocumentRetention') self.can_manage_document_retention = attributes[:'canManageDocumentRetention'] end if attributes.has_key?(:'canManageDocumentRetentionMetadata') self. = attributes[:'canManageDocumentRetentionMetadata'] end if attributes.has_key?(:'canManageEnvelopeTransfer') self.can_manage_envelope_transfer = attributes[:'canManageEnvelopeTransfer'] end if attributes.has_key?(:'canManageEnvelopeTransferMetadata') self. = attributes[:'canManageEnvelopeTransferMetadata'] end if attributes.has_key?(:'canManageReporting') self.can_manage_reporting = attributes[:'canManageReporting'] end if attributes.has_key?(:'canManageReportingMetadata') self. = attributes[:'canManageReportingMetadata'] end if attributes.has_key?(:'canManageSharing') self.can_manage_sharing = attributes[:'canManageSharing'] end if attributes.has_key?(:'canManageSharingMetadata') self. = attributes[:'canManageSharingMetadata'] end if attributes.has_key?(:'canManageSigningGroups') self.can_manage_signing_groups = attributes[:'canManageSigningGroups'] end if attributes.has_key?(:'canManageSigningGroupsMetadata') self. = attributes[:'canManageSigningGroupsMetadata'] end if attributes.has_key?(:'canManageUsers') self.can_manage_users = attributes[:'canManageUsers'] end if attributes.has_key?(:'canManageUsersMetadata') self. = attributes[:'canManageUsersMetadata'] end if attributes.has_key?(:'canViewUsers') self.can_view_users = attributes[:'canViewUsers'] end end |
Instance Attribute Details
#can_manage_account_security_settings ⇒ Object
Returns the value of attribute can_manage_account_security_settings.
17 18 19 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 17 def can_manage_account_security_settings @can_manage_account_security_settings end |
#can_manage_account_security_settings_metadata ⇒ Object
Returns the value of attribute can_manage_account_security_settings_metadata.
19 20 21 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 19 def end |
#can_manage_account_settings ⇒ Object
Returns the value of attribute can_manage_account_settings.
22 23 24 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 22 def can_manage_account_settings @can_manage_account_settings end |
#can_manage_account_settings_metadata ⇒ Object
Returns the value of attribute can_manage_account_settings_metadata.
24 25 26 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 24 def end |
#can_manage_admins ⇒ Object
Returns the value of attribute can_manage_admins.
27 28 29 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 27 def can_manage_admins @can_manage_admins end |
#can_manage_admins_metadata ⇒ Object
Returns the value of attribute can_manage_admins_metadata.
29 30 31 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 29 def end |
#can_manage_document_retention ⇒ Object
Returns the value of attribute can_manage_document_retention.
32 33 34 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 32 def can_manage_document_retention @can_manage_document_retention end |
#can_manage_document_retention_metadata ⇒ Object
Returns the value of attribute can_manage_document_retention_metadata.
34 35 36 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 34 def end |
#can_manage_envelope_transfer ⇒ Object
Returns the value of attribute can_manage_envelope_transfer.
37 38 39 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 37 def can_manage_envelope_transfer @can_manage_envelope_transfer end |
#can_manage_envelope_transfer_metadata ⇒ Object
Returns the value of attribute can_manage_envelope_transfer_metadata.
39 40 41 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 39 def end |
#can_manage_reporting ⇒ Object
Returns the value of attribute can_manage_reporting.
42 43 44 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 42 def can_manage_reporting @can_manage_reporting end |
#can_manage_reporting_metadata ⇒ Object
Returns the value of attribute can_manage_reporting_metadata.
44 45 46 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 44 def end |
#can_manage_sharing ⇒ Object
Returns the value of attribute can_manage_sharing.
47 48 49 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 47 def can_manage_sharing @can_manage_sharing end |
#can_manage_sharing_metadata ⇒ Object
Returns the value of attribute can_manage_sharing_metadata.
49 50 51 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 49 def end |
#can_manage_signing_groups ⇒ Object
Returns the value of attribute can_manage_signing_groups.
52 53 54 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 52 def can_manage_signing_groups @can_manage_signing_groups end |
#can_manage_signing_groups_metadata ⇒ Object
Returns the value of attribute can_manage_signing_groups_metadata.
54 55 56 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 54 def end |
#can_manage_users ⇒ Object
Returns the value of attribute can_manage_users.
57 58 59 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 57 def can_manage_users @can_manage_users end |
#can_manage_users_metadata ⇒ Object
Returns the value of attribute can_manage_users_metadata.
59 60 61 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 59 def end |
#can_view_users ⇒ Object
Returns the value of attribute can_view_users.
62 63 64 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 62 def can_view_users @can_view_users end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 65 def self.attribute_map { :'can_manage_account_security_settings' => :'canManageAccountSecuritySettings', :'can_manage_account_security_settings_metadata' => :'canManageAccountSecuritySettingsMetadata', :'can_manage_account_settings' => :'canManageAccountSettings', :'can_manage_account_settings_metadata' => :'canManageAccountSettingsMetadata', :'can_manage_admins' => :'canManageAdmins', :'can_manage_admins_metadata' => :'canManageAdminsMetadata', :'can_manage_document_retention' => :'canManageDocumentRetention', :'can_manage_document_retention_metadata' => :'canManageDocumentRetentionMetadata', :'can_manage_envelope_transfer' => :'canManageEnvelopeTransfer', :'can_manage_envelope_transfer_metadata' => :'canManageEnvelopeTransferMetadata', :'can_manage_reporting' => :'canManageReporting', :'can_manage_reporting_metadata' => :'canManageReportingMetadata', :'can_manage_sharing' => :'canManageSharing', :'can_manage_sharing_metadata' => :'canManageSharingMetadata', :'can_manage_signing_groups' => :'canManageSigningGroups', :'can_manage_signing_groups_metadata' => :'canManageSigningGroupsMetadata', :'can_manage_users' => :'canManageUsers', :'can_manage_users_metadata' => :'canManageUsersMetadata', :'can_view_users' => :'canViewUsers' } end |
.swagger_types ⇒ Object
Attribute type mapping.
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 90 def self.swagger_types { :'can_manage_account_security_settings' => :'String', :'can_manage_account_security_settings_metadata' => :'SettingsMetadata', :'can_manage_account_settings' => :'String', :'can_manage_account_settings_metadata' => :'SettingsMetadata', :'can_manage_admins' => :'String', :'can_manage_admins_metadata' => :'SettingsMetadata', :'can_manage_document_retention' => :'String', :'can_manage_document_retention_metadata' => :'SettingsMetadata', :'can_manage_envelope_transfer' => :'String', :'can_manage_envelope_transfer_metadata' => :'SettingsMetadata', :'can_manage_reporting' => :'String', :'can_manage_reporting_metadata' => :'SettingsMetadata', :'can_manage_sharing' => :'String', :'can_manage_sharing_metadata' => :'SettingsMetadata', :'can_manage_signing_groups' => :'String', :'can_manage_signing_groups_metadata' => :'SettingsMetadata', :'can_manage_users' => :'String', :'can_manage_users_metadata' => :'SettingsMetadata', :'can_view_users' => :'String' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 214 def ==(o) return true if self.equal?(o) self.class == o.class && can_manage_account_security_settings == o.can_manage_account_security_settings && == o. && can_manage_account_settings == o.can_manage_account_settings && == o. && can_manage_admins == o.can_manage_admins && == o. && can_manage_document_retention == o.can_manage_document_retention && == o. && can_manage_envelope_transfer == o.can_manage_envelope_transfer && == o. && can_manage_reporting == o.can_manage_reporting && == o. && can_manage_sharing == o.can_manage_sharing && == o. && can_manage_signing_groups == o.can_manage_signing_groups && == o. && can_manage_users == o.can_manage_users && == o. && can_view_users == o.can_view_users end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 274 def _deserialize(type, value) case type.to_sym when :DateTime DateTime.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :BOOLEAN if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model temp_model = DocuSign_eSign.const_get(type).new temp_model.build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
340 341 342 343 344 345 346 347 348 349 350 351 352 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 340 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 253 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#eql?(o) ⇒ Boolean
240 241 242 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 240 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
246 247 248 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 246 def hash [can_manage_account_security_settings, , can_manage_account_settings, , can_manage_admins, , can_manage_document_retention, , can_manage_envelope_transfer, , can_manage_reporting, , can_manage_sharing, , can_manage_signing_groups, , can_manage_users, , can_view_users].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
201 202 203 204 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 201 def list_invalid_properties invalid_properties = Array.new invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
320 321 322 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 320 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
326 327 328 329 330 331 332 333 334 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 326 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
314 315 316 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 314 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
208 209 210 |
# File 'lib/docusign_esign/models/user_account_management_granular_information.rb', line 208 def valid? true end |