Class: Twilio::REST::Api::V2010::AccountInstance
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Api::V2010::AccountInstance
- Defined in:
- lib/twilio-ruby/rest/api/v2010/account.rb
Instance Method Summary collapse
-
#addresses ⇒ addresses
Access the addresses.
-
#applications ⇒ applications
Access the applications.
-
#auth_token ⇒ String
The authorization token for this account.
-
#authorized_connect_apps ⇒ authorized_connect_apps
Access the authorized_connect_apps.
-
#available_phone_numbers ⇒ available_phone_numbers
Access the available_phone_numbers.
-
#balance ⇒ balance
Access the balance.
-
#calls ⇒ calls
Access the calls.
-
#conferences ⇒ conferences
Access the conferences.
-
#connect_apps ⇒ connect_apps
Access the connect_apps.
-
#context ⇒ AccountContext
Generate an instance context for the instance, the context is capable of performing various actions.
-
#date_created ⇒ Time
The date that this account was created, in GMT in RFC 2822 format.
-
#date_updated ⇒ Time
The date that this account was last updated, in GMT in RFC 2822 format.
-
#fetch ⇒ AccountInstance
Fetch the AccountInstance.
-
#friendly_name ⇒ String
A human readable description of this account, up to 64 characters long.
-
#incoming_phone_numbers ⇒ incoming_phone_numbers
Access the incoming_phone_numbers.
-
#initialize(version, payload, sid: nil) ⇒ AccountInstance
constructor
Initialize the AccountInstance.
-
#inspect ⇒ Object
Provide a detailed, user friendly representation.
-
#keys ⇒ keys
Access the keys.
-
#messages ⇒ messages
Access the messages.
-
#new_keys ⇒ new_keys
Access the new_keys.
-
#new_signing_keys ⇒ new_signing_keys
Access the new_signing_keys.
-
#notifications ⇒ notifications
Access the notifications.
-
#outgoing_caller_ids ⇒ outgoing_caller_ids
Access the outgoing_caller_ids.
-
#owner_account_sid ⇒ String
The unique 34 character id that represents the parent of this account.
-
#queues ⇒ queues
Access the queues.
-
#recordings ⇒ recordings
Access the recordings.
-
#short_codes ⇒ short_codes
Access the short_codes.
-
#sid ⇒ String
A 34 character string that uniquely identifies this resource.
-
#signing_keys ⇒ signing_keys
Access the signing_keys.
-
#sip ⇒ sip
Access the sip.
- #status ⇒ Status
-
#subresource_uris ⇒ Hash
A Map of various subresources available for the given Account Instance.
-
#to_s ⇒ Object
Provide a user friendly representation.
-
#tokens ⇒ tokens
Access the tokens.
-
#transcriptions ⇒ transcriptions
Access the transcriptions.
- #type ⇒ Type
-
#update(friendly_name: :unset, status: :unset) ⇒ AccountInstance
Update the AccountInstance.
-
#uri ⇒ String
The URI for this resource, relative to ‘api.twilio.com`.
-
#usage ⇒ usage
Access the usage.
-
#validation_requests ⇒ validation_requests
Access the validation_requests.
Constructor Details
#initialize(version, payload, sid: nil) ⇒ AccountInstance
Initialize the AccountInstance
708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 708 def initialize(version, payload , sid: nil) super(version) # Marshaled Properties @properties = { 'auth_token' => payload['auth_token'], 'date_created' => Twilio.deserialize_rfc2822(payload['date_created']), 'date_updated' => Twilio.deserialize_rfc2822(payload['date_updated']), 'friendly_name' => payload['friendly_name'], 'owner_account_sid' => payload['owner_account_sid'], 'sid' => payload['sid'], 'status' => payload['status'], 'subresource_uris' => payload['subresource_uris'], 'type' => payload['type'], 'uri' => payload['uri'], } # Context @instance_context = nil @params = { 'sid' => sid || @properties['sid'] , } end |
Instance Method Details
#addresses ⇒ addresses
Access the addresses
954 955 956 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 954 def addresses context.addresses end |
#applications ⇒ applications
Access the applications
877 878 879 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 877 def applications context.applications end |
#auth_token ⇒ String
Returns The authorization token for this account. This token should be kept a secret, so no sharing.
743 744 745 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 743 def auth_token @properties['auth_token'] end |
#authorized_connect_apps ⇒ authorized_connect_apps
Access the authorized_connect_apps
940 941 942 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 940 def context. end |
#available_phone_numbers ⇒ available_phone_numbers
Access the available_phone_numbers
947 948 949 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 947 def available_phone_numbers context.available_phone_numbers end |
#balance ⇒ balance
Access the balance
856 857 858 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 856 def balance context.balance end |
#calls ⇒ calls
Access the calls
898 899 900 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 898 def calls context.calls end |
#conferences ⇒ conferences
Access the conferences
968 969 970 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 968 def conferences context.conferences end |
#connect_apps ⇒ connect_apps
Access the connect_apps
891 892 893 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 891 def connect_apps context.connect_apps end |
#context ⇒ AccountContext
Generate an instance context for the instance, the context is capable of performing various actions. All instance actions are proxied to the context
734 735 736 737 738 739 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 734 def context unless @instance_context @instance_context = AccountContext.new(@version , @params['sid']) end @instance_context end |
#date_created ⇒ Time
Returns The date that this account was created, in GMT in RFC 2822 format.
749 750 751 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 749 def date_created @properties['date_created'] end |
#date_updated ⇒ Time
Returns The date that this account was last updated, in GMT in RFC 2822 format.
755 756 757 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 755 def date_updated @properties['date_updated'] end |
#fetch ⇒ AccountInstance
Fetch the AccountInstance
804 805 806 807 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 804 def fetch context.fetch end |
#friendly_name ⇒ String
Returns A human readable description of this account, up to 64 characters long. By default the FriendlyName is your email address.
761 762 763 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 761 def friendly_name @properties['friendly_name'] end |
#incoming_phone_numbers ⇒ incoming_phone_numbers
Access the incoming_phone_numbers
926 927 928 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 926 def incoming_phone_numbers context.incoming_phone_numbers end |
#inspect ⇒ Object
Provide a detailed, user friendly representation
1002 1003 1004 1005 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 1002 def inspect values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ") "<Twilio.Api.V2010.AccountInstance #{values}>" end |
#keys ⇒ keys
Access the keys
975 976 977 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 975 def keys context.keys end |
#messages ⇒ messages
Access the messages
989 990 991 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 989 def context. end |
#new_keys ⇒ new_keys
Access the new_keys
835 836 837 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 835 def new_keys context.new_keys end |
#new_signing_keys ⇒ new_signing_keys
Access the new_signing_keys
870 871 872 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 870 def new_signing_keys context.new_signing_keys end |
#notifications ⇒ notifications
Access the notifications
982 983 984 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 982 def notifications context.notifications end |
#outgoing_caller_ids ⇒ outgoing_caller_ids
Access the outgoing_caller_ids
912 913 914 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 912 def outgoing_caller_ids context.outgoing_caller_ids end |
#owner_account_sid ⇒ String
Returns The unique 34 character id that represents the parent of this account. The OwnerAccountSid of a parent account is it’s own sid.
767 768 769 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 767 def owner_account_sid @properties['owner_account_sid'] end |
#queues ⇒ queues
Access the queues
933 934 935 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 933 def queues context.queues end |
#recordings ⇒ recordings
Access the recordings
884 885 886 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 884 def recordings context.recordings end |
#short_codes ⇒ short_codes
Access the short_codes
919 920 921 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 919 def short_codes context.short_codes end |
#sid ⇒ String
Returns A 34 character string that uniquely identifies this resource.
773 774 775 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 773 def sid @properties['sid'] end |
#signing_keys ⇒ signing_keys
Access the signing_keys
905 906 907 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 905 def signing_keys context.signing_keys end |
#sip ⇒ sip
Access the sip
863 864 865 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 863 def sip context.sip end |
#status ⇒ Status
779 780 781 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 779 def status @properties['status'] end |
#subresource_uris ⇒ Hash
Returns A Map of various subresources available for the given Account Instance.
785 786 787 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 785 def subresource_uris @properties['subresource_uris'] end |
#to_s ⇒ Object
Provide a user friendly representation
995 996 997 998 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 995 def to_s values = @params.map{|k, v| "#{k}: #{v}"}.join(" ") "<Twilio.Api.V2010.AccountInstance #{values}>" end |
#tokens ⇒ tokens
Access the tokens
849 850 851 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 849 def tokens context.tokens end |
#transcriptions ⇒ transcriptions
Access the transcriptions
961 962 963 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 961 def transcriptions context.transcriptions end |
#type ⇒ Type
791 792 793 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 791 def type @properties['type'] end |
#update(friendly_name: :unset, status: :unset) ⇒ AccountInstance
Update the AccountInstance
814 815 816 817 818 819 820 821 822 823 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 814 def update( friendly_name: :unset, status: :unset ) context.update( friendly_name: friendly_name, status: status, ) end |
#uri ⇒ String
Returns The URI for this resource, relative to ‘api.twilio.com`.
797 798 799 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 797 def uri @properties['uri'] end |
#usage ⇒ usage
Access the usage
828 829 830 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 828 def usage context.usage end |
#validation_requests ⇒ validation_requests
Access the validation_requests
842 843 844 |
# File 'lib/twilio-ruby/rest/api/v2010/account.rb', line 842 def validation_requests context.validation_requests end |