class

TwitterAds::Dryrun

Inherits Exception < Reference < Object

Instance methods

curl
Source
http
http=(v : HTTP::Client) : HTTP::Client
http=(v : Nil)

nil assignments are always ignored

http?
req
req=(v : HTTP::Request) : HTTP::Request
req=(v : Nil)

nil assignments are always ignored

req?
to_s(io : IO)

Appends a short String representation of this object which includes its class name and its object address.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).to_s # => #<Person:0x10a199f20>
Source
uri
uri=(v : URI) : URI
uri=(v : Nil)

nil assignments are always ignored

uri?