Sha256: 0e592c3f21c7e346081cd9e6d96edb1634ab4d9b9d009ece8eb891b276a40dcf
Contents?: true
Size: 258 Bytes
Versions: 4
Compression:
Stored size: 258 Bytes
Contents
module TD::Types # An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor. # # @attr name [String] Name of the anchor. class PageBlock::Anchor < PageBlock attribute :name, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems