struct Protocol::DOMSnapshot::NameValue

Overview

A name/value pair.

Included Modules

Defined in:

protocol/dom_snapshot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

Attribute/property name.


[View source]
def value : String #

Attribute/property value.


[View source]