Method: Plivo::Resources::Phlo#to_s
- Defined in:
- lib/plivo/resources/phlos.rb
#to_s ⇒ Object
13 14 15 16 17 18 19 20 21 |
# File 'lib/plivo/resources/phlos.rb', line 13 def to_s { api_id: @api_id, phlo_id: @phlo_id, name: @name, created_on: @created_on, phlo_run_id: @phlo_run_id }.to_s end |