Class: Twilio::REST::Trusthub::V1::TrustProductsInstance

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

Instance Method Summary collapse

Constructor Details

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

Initialize the TrustProductsInstance

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 TrustProducts resource.

  • sid (String) (defaults to: nil)

    The SID of the Call resource to fetch.



351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 351

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:



394
395
396
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 394

def 
    @properties['account_sid']
end

#contextTrustProductsContext

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

Returns:



379
380
381
382
383
384
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 379

def context
    unless @instance_context
        @instance_context = TrustProductsContext.new(@version , @params['sid'])
    end
    @instance_context
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:



436
437
438
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 436

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:



442
443
444
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 442

def date_updated
    @properties['date_updated']
end

#deleteBoolean

Delete the TrustProductsInstance

Returns:

  • (Boolean)

    True if delete succeeds, false otherwise



461
462
463
464
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 461

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.



424
425
426
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 424

def email
    @properties['email']
end

#fetchTrustProductsInstance

Fetch the TrustProductsInstance

Returns:



469
470
471
472
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 469

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.



406
407
408
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 406

def friendly_name
    @properties['friendly_name']
end

#inspectObject

Provide a detailed, user friendly representation



526
527
528
529
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 526

def inspect
    values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
    "<Twilio.Trusthub.V1.TrustProductsInstance #{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.



454
455
456
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 454

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.



400
401
402
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 400

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.



388
389
390
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 388

def sid
    @properties['sid']
end

#statusStatus

Returns:

  • (Status)


412
413
414
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 412

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.



430
431
432
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 430

def status_callback
    @properties['status_callback']
end

#to_sObject

Provide a user friendly representation



519
520
521
522
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 519

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

#trust_products_channel_endpoint_assignmenttrust_products_channel_endpoint_assignment

Access the trust_products_channel_endpoint_assignment

Returns:



499
500
501
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 499

def trust_products_channel_endpoint_assignment
    context.trust_products_channel_endpoint_assignment
end

#trust_products_entity_assignmentstrust_products_entity_assignments

Access the trust_products_entity_assignments

Returns:



506
507
508
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 506

def trust_products_entity_assignments
    context.trust_products_entity_assignments
end

#trust_products_evaluationstrust_products_evaluations

Access the trust_products_evaluations

Returns:



513
514
515
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 513

def trust_products_evaluations
    context.trust_products_evaluations
end

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

Update the TrustProductsInstance

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:



481
482
483
484
485
486
487
488
489
490
491
492
493
494
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 481

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.



448
449
450
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 448

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:



418
419
420
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products.rb', line 418

def valid_until
    @properties['valid_until']
end