Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
muck
main
Entry
Message
Delete
Patch
Stash
Store
Generated using Crystal 1.10.1
2024-03-14 04:16:55 UTC
class
Entry
Entry
Reference
Object
Included Modules
JSON::Serializable
Defined in:
entry.cr
Constructors
.new
(key : String, value : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#key
: String
#key=
(key : String)
#value
: String
#value=
(value : String)
Constructor Detail
def self.
new
(key : String, value : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
key
: String
#
[
View source
]
def
key=
(key : String)
#
[
View source
]
def
value
: String
#
[
View source
]
def
value=
(value : String)
#
[
View source
]