Class: Twilio::REST::Serverless::V1::ServiceContext::EnvironmentInstance

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

Instance Method Summary collapse

Constructor Details

#initialize(version, payload, service_sid: nil, sid: nil) ⇒ EnvironmentInstance

Initialize the EnvironmentInstance

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

  • sid (String) (defaults to: nil)

    The SID of the Call resource to fetch.



536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 536

def initialize(version, payload , service_sid: nil, sid: nil)
    super(version)
    
    
    # Marshaled Properties
    @properties = { 
        'sid' => payload['sid'],
        'account_sid' => payload['account_sid'],
        'service_sid' => payload['service_sid'],
        'build_sid' => payload['build_sid'],
        'unique_name' => payload['unique_name'],
        'domain_suffix' => payload['domain_suffix'],
        'domain_name' => payload['domain_name'],
        '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 = { 'service_sid' => service_sid  || @properties['service_sid']  ,'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 Environment resource.

Returns:



579
580
581
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 579

def 
    @properties['account_sid']
end

#build_sidString

Returns The SID of the build deployed in the environment.

Returns:

  • (String)

    The SID of the build deployed in the environment.



591
592
593
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 591

def build_sid
    @properties['build_sid']
end

#contextEnvironmentContext

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

Returns:



564
565
566
567
568
569
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 564

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

#date_createdTime

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

Returns:



615
616
617
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 615

def date_created
    @properties['date_created']
end

#date_updatedTime

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

Returns:



621
622
623
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 621

def date_updated
    @properties['date_updated']
end

#deleteBoolean

Delete the EnvironmentInstance

Returns:

  • (Boolean)

    True if delete succeeds, false otherwise



640
641
642
643
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 640

def delete

    context.delete
end

#deploymentsdeployments

Access the deployments

Returns:



670
671
672
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 670

def deployments
    context.deployments
end

#domain_nameString

Returns The domain name for all Functions and Assets deployed in the Environment, using the Service unique name, a randomly-generated Service suffix, and an optional Environment domain suffix.

Returns:

  • (String)

    The domain name for all Functions and Assets deployed in the Environment, using the Service unique name, a randomly-generated Service suffix, and an optional Environment domain suffix.



609
610
611
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 609

def domain_name
    @properties['domain_name']
end

#domain_suffixString

Returns A URL-friendly name that represents the environment and forms part of the domain name.

Returns:

  • (String)

    A URL-friendly name that represents the environment and forms part of the domain name.



603
604
605
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 603

def domain_suffix
    @properties['domain_suffix']
end

#fetchEnvironmentInstance

Fetch the EnvironmentInstance

Returns:



648
649
650
651
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 648

def fetch

    context.fetch
end

#inspectObject

Provide a detailed, user friendly representation



683
684
685
686
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 683

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

Returns The URLs of the Environment resource’s nested resources.

Returns:

  • (Hash)

    The URLs of the Environment resource’s nested resources.



633
634
635
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 633

def links
    @properties['links']
end

#logslogs

Access the logs

Returns:



656
657
658
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 656

def logs
    context.logs
end

#service_sidString

Returns The SID of the Service that the Environment resource is associated with.

Returns:

  • (String)

    The SID of the Service that the Environment resource is associated with.



585
586
587
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 585

def service_sid
    @properties['service_sid']
end

#sidString

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

Returns:

  • (String)

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



573
574
575
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 573

def sid
    @properties['sid']
end

#to_sObject

Provide a user friendly representation



676
677
678
679
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 676

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

#unique_nameString

Returns A user-defined string that uniquely identifies the Environment resource.

Returns:

  • (String)

    A user-defined string that uniquely identifies the Environment resource.



597
598
599
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 597

def unique_name
    @properties['unique_name']
end

#urlString

Returns The absolute URL of the Environment resource.

Returns:

  • (String)

    The absolute URL of the Environment resource.



627
628
629
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 627

def url
    @properties['url']
end

#variablesvariables

Access the variables

Returns:



663
664
665
# File 'lib/twilio-ruby/rest/serverless/v1/service/environment.rb', line 663

def variables
    context.variables
end