Sha256: ede75121b39b8250420f3190b4ec8a3364b99b717dfe816f821858b061fa4e91
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
module Telegraph module Types class NodeElement < Base attribute :tag, String attribute :attr, String attribute :children, Array[Telegraph::Types::Node] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegraph_api-0.1.1 | lib/telegraph/types/node_element.rb |
telegraph_api-0.1.0 | lib/telegraph/types/node_element.rb |