Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
trello
master
AddAttachmentToCard
AddChecklistToCard
AddMemberToCard
API
App
Colors
Setup
ArchiveCard
AttachmentSelectWindow
BlankCard
BoardsWindow
CardAction
CardActionBuilder
CardDetail
CardsWindow
Comment
CreateCard
DeleteAttachmentFromCard
DetailsWindow
Editor
HelpWindow
LabelRenderer
LabelSelectWindow
ListSelectWindow
ListsWindow
MoveCard
Notification
OptionSelectOption
OptionSelectWindow
Popup
RemoveMemberFromCard
Trello
UpdateCheckItemStateOnCard
Window
Wrap
Built with Crystal 1.9.2
2023-10-08 09:54:43 UTC
class
OptionSelectOption
OptionSelectOption
Reference
Object
Defined in:
option_select_option.cr
Constructors
.new
(key : String, value : String, json : JSON::Any =
JSON
::
Any
.new(
"{}"
))
Instance Method Summary
#json
: JSON::Any
#key
: String
#value
: String
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
]