struct Protocol::CSS::CollectClassNames

Overview

Returns all class names from specified stylesheet.

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def class_names : Array(String) #

Class name list.


[View source]