class Crst::OptionItem

Overview

Represents a single option item

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(option : String, description : String) #

[View source]

Instance Method Detail

def description : String #

[View source]
def description=(description : String) #

[View source]
def option : String #

[View source]
def option=(option : String) #

[View source]