Class: Twilio::REST::Serverless::V1::ServiceInstance

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

Instance Method Summary collapse

Constructor Details

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

Initialize the ServiceInstance

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

  • sid (String) (defaults to: nil)

    The SID of the Call resource to fetch.



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/serverless/v1/service.rb', line 352

def initialize(version, payload , sid: nil)
    super(version)
    
    # Marshaled Properties
    @properties = { 
        'sid' => payload['sid'],
        'account_sid' => payload['account_sid'],
        'friendly_name' => payload['friendly_name'],
        'unique_name' => payload['unique_name'],
        'include_credentials' => payload['include_credentials'],
        'ui_editable' => payload['ui_editable'],
        'domain_base' => payload['domain_base'],
        '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 Service resource.

Returns:



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

def 
    @properties['account_sid']
end

#assetsassets

Access the assets

Returns:



511
512
513
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 511

def assets
    context.assets
end

#buildsbuilds

Access the builds

Returns:



504
505
506
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 504

def builds
    context.builds
end

#contextServiceContext

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/serverless/v1/service.rb', line 379

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

#date_createdTime

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

Returns:



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

def date_created
    @properties['date_created']
end

#date_updatedTime

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

Returns:



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

def date_updated
    @properties['date_updated']
end

#deleteBoolean

Delete the ServiceInstance

Returns:

  • (Boolean)

    True if delete succeeds, false otherwise



455
456
457
458
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 455

def delete

    context.delete
end

#domain_baseString

Returns The base domain name for this Service, which is a combination of the unique name and a randomly generated string.

Returns:

  • (String)

    The base domain name for this Service, which is a combination of the unique name and a randomly generated string.



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

def domain_base
    @properties['domain_base']
end

#environmentsenvironments

Access the environments

Returns:



490
491
492
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 490

def environments
    context.environments
end

#fetchServiceInstance

Fetch the ServiceInstance

Returns:



463
464
465
466
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 463

def fetch

    context.fetch
end

#friendly_nameString

Returns The string that you assigned to describe the Service resource.

Returns:

  • (String)

    The string that you assigned to describe the Service resource.



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

def friendly_name
    @properties['friendly_name']
end

#functionsfunctions

Access the functions

Returns:



497
498
499
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 497

def functions
    context.functions
end

#include_credentialsBoolean

Returns Whether to inject Account credentials into a function invocation context.

Returns:

  • (Boolean)

    Whether to inject Account credentials into a function invocation context.



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

def include_credentials
    @properties['include_credentials']
end

#inspectObject

Provide a detailed, user friendly representation



524
525
526
527
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 524

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

Returns The URLs of the Service’s nested resources.

Returns:

  • (Hash)

    The URLs of the Service’s nested resources.



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

def links
    @properties['links']
end

#sidString

Returns The unique string that we created to identify the Service resource.

Returns:

  • (String)

    The unique string that we created to identify the Service resource.



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

def sid
    @properties['sid']
end

#to_sObject

Provide a user friendly representation



517
518
519
520
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 517

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

#ui_editableBoolean

Returns Whether the Service resource’s properties and subresources can be edited via the UI.

Returns:

  • (Boolean)

    Whether the Service resource’s properties and subresources can be edited via the UI.



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

def ui_editable
    @properties['ui_editable']
end

#unique_nameString

Returns A user-defined string that uniquely identifies the Service resource. It can be used in place of the Service resource’s ‘sid` in the URL to address the Service resource.

Returns:

  • (String)

    A user-defined string that uniquely identifies the Service resource. It can be used in place of the Service resource’s ‘sid` in the URL to address the Service resource.



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

def unique_name
    @properties['unique_name']
end

#update(include_credentials: :unset, friendly_name: :unset, ui_editable: :unset) ⇒ ServiceInstance

Update the ServiceInstance

Parameters:

  • include_credentials (Boolean) (defaults to: :unset)

    Whether to inject Account credentials into a function invocation context.

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

    A descriptive string that you create to describe the Service resource. It can be a maximum of 255 characters.

  • ui_editable (Boolean) (defaults to: :unset)

    Whether the Service resource’s properties and subresources can be edited via the UI. The default value is ‘false`.

Returns:



474
475
476
477
478
479
480
481
482
483
484
485
# File 'lib/twilio-ruby/rest/serverless/v1/service.rb', line 474

def update(
    include_credentials: :unset, 
    friendly_name: :unset, 
    ui_editable: :unset
)

    context.update(
        include_credentials: include_credentials, 
        friendly_name: friendly_name, 
        ui_editable: ui_editable, 
    )
end

#urlString

Returns The absolute URL of the Service resource.

Returns:

  • (String)

    The absolute URL of the Service resource.



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

def url
    @properties['url']
end