Class: Ovh::Api::Models::MsServicesSharepointInformation
- Inherits:
-
Object
- Object
- Ovh::Api::Models::MsServicesSharepointInformation
- Includes:
- Serializable, Validations
- Defined in:
- lib/ovh-api/models/ms_services_sharepoint_information.rb
Instance Method Summary collapse
-
#initialize(**attrs) ⇒ MsServicesSharepointInformation
constructor
A new instance of MsServicesSharepointInformation.
Methods included from Validations
included, #list_invalid_properties, #valid?
Methods included from Serializable
#==, #hash, serialize, #to_body, #to_hash, #to_json, #to_s
Constructor Details
#initialize(**attrs) ⇒ MsServicesSharepointInformation
Returns a new instance of MsServicesSharepointInformation.
69 70 71 72 73 74 75 76 |
# File 'lib/ovh-api/models/ms_services_sharepoint_information.rb', line 69 def initialize(**attrs) attrs.each do |k, v| raise ArgumentError, "unknown attribute: #{k}" unless respond_to?("#{k}=") public_send("#{k}=", v) end raise ArgumentError, list_invalid_properties.join(', ') unless valid? end |