ExTwilio v0.2.0 ExTwilio.Address
Represents an Address resource in the Twilio API.
Summary
Functions
Underscored and lowercased collection name for a given resource. Delegates the real work to ExTwilio.Api.resource_collection_name/1
by default
CamelCase resource name as it would be used in Twilio's API. Delegates the real work to ExTwilio.Api.resource_name/1
by default
Functions
Specs
create(ExTwilio.Api.data, list) :: ExTwilio.Parser.parsed_response
Specs
new :: %ExTwilio.Address{account_sid: term, city: term, customer_name: term, friendly_name: term, iso_country: term, postal_code: term, region: term, sid: term, street: term}
Specs
new(list) :: %ExTwilio.Address{account_sid: term, city: term, customer_name: term, friendly_name: term, iso_country: term, postal_code: term, region: term, sid: term, street: term}
Underscored and lowercased collection name for a given resource. Delegates the real work to ExTwilio.Api.resource_collection_name/1
by default.
Override in your module before use ExTwilio.Resource
if you need something different.
CamelCase resource name as it would be used in Twilio's API. Delegates the real work to ExTwilio.Api.resource_name/1
by default.
Override in your module before use ExTwilio.Resource
if you need something different.
Specs
update(String.t, ExTwilio.Api.data, list) :: ExTwilio.Parser.parsed_response