class

Stripe::ParamsBuilder

Inherits Reference < Object

Class methods

from(form : NamedTuple)
Source
from
Source

Instance methods

add(key : String, values : NamedTuple) : self
Source
add(key : String, values : Array) : self
Source
add(key : String, value : Resource) : self
Source
add(key : String, value : Enum) : self
Source
add(key : String, value : Bool) : self
Source
add(key : String, value : String) : self
Source
add(key : String, value : Nil) : self
Source
to_s(io) : Nil
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source