Method: EasyPost::Models::Object#to_s

Defined in:
lib/easypost/models/base.rb

#to_s(*_args) ⇒ Object

Convert to a string.



13
14
15
# File 'lib/easypost/models/base.rb', line 13

def to_s(*_args)
  JSON.dump(@values)
end