Method: Twilio::TwiML::Pay#initialize
- Defined in:
- lib/twilio-ruby/twiml/voice_response.rb
#initialize(**keyword_args) {|_self| ... } ⇒ Pay
Returns a new instance of Pay.
1440 1441 1442 1443 1444 1445 |
# File 'lib/twilio-ruby/twiml/voice_response.rb', line 1440 def initialize(**keyword_args) super(**keyword_args) @name = 'Pay' yield(self) if block_given? end |