class OptionSelectOption

Defined in:

option_select_option.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, value : String, json : JSON::Any = JSON::Any.new("{}")) #

[View source]

Instance Method Detail

def json : JSON::Any #

[View source]
def key : String #

[View source]
def value : String #

[View source]