class
TwitterAds::Dryrun
- TwitterAds::Dryrun
- Exception
- Reference
- Object
Defined in:
twitter-ads/dryrun.crInstance Method Summary
- #curl : String
- #http : HTTP::Client
- #http=(v : HTTP::Client) : HTTP::Client
-
#http=(v : Nil)
nilassignments are always ignored - #http? : HTTP::Client | Nil
- #req : HTTP::Request
- #req=(v : HTTP::Request) : HTTP::Request
-
#req=(v : Nil)
nilassignments are always ignored - #req? : HTTP::Request | Nil
-
#to_s(io : IO)
Appends a short String representation of this object which includes its class name and its object address.
- #uri : URI
- #uri=(v : URI) : URI
-
#uri=(v : Nil)
nilassignments are always ignored - #uri? : URI | Nil
Instance Method Detail
def to_s(io : IO)
#
Description copied from class Reference
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>