Class: Twilio::REST::Trusthub::V1::CustomerProfilesInstance

Inherits:
InstanceResource show all
Defined in:
lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb

Instance Method Summary collapse

Constructor Details

#initialize(version, payload, sid: nil) ⇒ CustomerProfilesInstance

Initialize the CustomerProfilesInstance

Parameters:

  • version (Version)

    Version that contains the resource

  • payload (Hash)

    payload that contains response from Twilio

  • account_sid (String)

    The SID of the Account that created this CustomerProfiles resource.

  • sid (String) (defaults to: nil)

    The SID of the Call resource to fetch.



355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 355

def initialize(version, payload , sid: nil)
    super(version)
    
    # Marshaled Properties
    @properties = { 
        'sid' => payload['sid'],
        'account_sid' => payload['account_sid'],
        'policy_sid' => payload['policy_sid'],
        'friendly_name' => payload['friendly_name'],
        'status' => payload['status'],
        'valid_until' => Twilio.deserialize_iso8601_datetime(payload['valid_until']),
        'email' => payload['email'],
        'status_callback' => payload['status_callback'],
        'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
        'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
        'url' => payload['url'],
        'links' => payload['links'],
    }

    # Context
    @instance_context = nil
    @params = { 'sid' => sid  || @properties['sid']  , }
end

Instance Method Details

#account_sidString

Returns The SID of the [Account](www.twilio.com/docs/iam/api/account) that created the Customer-Profile resource.

Returns:



398
399
400
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 398

def 
    @properties['account_sid']
end

#contextCustomerProfilesContext

Generate an instance context for the instance, the context is capable of performing various actions. All instance actions are proxied to the context

Returns:



383
384
385
386
387
388
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 383

def context
    unless @instance_context
        @instance_context = CustomerProfilesContext.new(@version , @params['sid'])
    end
    @instance_context
end

#customer_profiles_channel_endpoint_assignmentcustomer_profiles_channel_endpoint_assignment

Access the customer_profiles_channel_endpoint_assignment

Returns:



503
504
505
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 503

def customer_profiles_channel_endpoint_assignment
    context.customer_profiles_channel_endpoint_assignment
end

#customer_profiles_entity_assignmentscustomer_profiles_entity_assignments

Access the customer_profiles_entity_assignments

Returns:



510
511
512
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 510

def customer_profiles_entity_assignments
    context.customer_profiles_entity_assignments
end

#customer_profiles_evaluationscustomer_profiles_evaluations

Access the customer_profiles_evaluations

Returns:



517
518
519
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 517

def customer_profiles_evaluations
    context.customer_profiles_evaluations
end

#date_createdTime

Returns The date and time in GMT when the resource was created specified in [ISO 8601](en.wikipedia.org/wiki/ISO_8601) format.

Returns:



440
441
442
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 440

def date_created
    @properties['date_created']
end

#date_updatedTime

Returns The date and time in GMT when the resource was last updated specified in [ISO 8601](en.wikipedia.org/wiki/ISO_8601) format.

Returns:



446
447
448
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 446

def date_updated
    @properties['date_updated']
end

#deleteBoolean

Delete the CustomerProfilesInstance

Returns:

  • (Boolean)

    True if delete succeeds, false otherwise



465
466
467
468
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 465

def delete

    context.delete
end

#emailString

Returns The email address that will receive updates when the Customer-Profile resource changes status.

Returns:

  • (String)

    The email address that will receive updates when the Customer-Profile resource changes status.



428
429
430
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 428

def email
    @properties['email']
end

#fetchCustomerProfilesInstance

Fetch the CustomerProfilesInstance

Returns:



473
474
475
476
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 473

def fetch

    context.fetch
end

#friendly_nameString

Returns The string that you assigned to describe the resource.

Returns:

  • (String)

    The string that you assigned to describe the resource.



410
411
412
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 410

def friendly_name
    @properties['friendly_name']
end

#inspectObject

Provide a detailed, user friendly representation



530
531
532
533
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 530

def inspect
    values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
    "<Twilio.Trusthub.V1.CustomerProfilesInstance #{values}>"
end

Returns The URLs of the Assigned Items of the Customer-Profile resource.

Returns:

  • (Hash)

    The URLs of the Assigned Items of the Customer-Profile resource.



458
459
460
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 458

def links
    @properties['links']
end

#policy_sidString

Returns The unique string of a policy that is associated to the Customer-Profile resource.

Returns:

  • (String)

    The unique string of a policy that is associated to the Customer-Profile resource.



404
405
406
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 404

def policy_sid
    @properties['policy_sid']
end

#sidString

Returns The unique string that we created to identify the Customer-Profile resource.

Returns:

  • (String)

    The unique string that we created to identify the Customer-Profile resource.



392
393
394
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 392

def sid
    @properties['sid']
end

#statusStatus

Returns:

  • (Status)


416
417
418
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 416

def status
    @properties['status']
end

#status_callbackString

Returns The URL we call to inform your application of status changes.

Returns:

  • (String)

    The URL we call to inform your application of status changes.



434
435
436
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 434

def status_callback
    @properties['status_callback']
end

#to_sObject

Provide a user friendly representation



523
524
525
526
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 523

def to_s
    values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
    "<Twilio.Trusthub.V1.CustomerProfilesInstance #{values}>"
end

#update(status: :unset, status_callback: :unset, friendly_name: :unset, email: :unset) ⇒ CustomerProfilesInstance

Update the CustomerProfilesInstance

Parameters:

  • status (Status) (defaults to: :unset)
  • status_callback (String) (defaults to: :unset)

    The URL we call to inform your application of status changes.

  • friendly_name (String) (defaults to: :unset)

    The string that you assigned to describe the resource.

  • email (String) (defaults to: :unset)

    The email address that will receive updates when the Customer-Profile resource changes status.

Returns:



485
486
487
488
489
490
491
492
493
494
495
496
497
498
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 485

def update(
    status: :unset, 
    status_callback: :unset, 
    friendly_name: :unset, 
    email: :unset
)

    context.update(
        status: status, 
        status_callback: status_callback, 
        friendly_name: friendly_name, 
        email: email, 
    )
end

#urlString

Returns The absolute URL of the Customer-Profile resource.

Returns:

  • (String)

    The absolute URL of the Customer-Profile resource.



452
453
454
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 452

def url
    @properties['url']
end

#valid_untilTime

Returns The date and time in GMT in [ISO 8601](en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until.

Returns:



422
423
424
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb', line 422

def valid_until
    @properties['valid_until']
end