Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kilometric
master
Kilometric
Counter
Metric
Point
RedisStore
Built with Crystal 1.9.2
2023-10-07 17:40:23 UTC
class
Kilometric::Point
Kilometric::Point
Reference
Object
Included Modules
JSON::Serializable
Defined in:
kilometric.cr
Constructors
.new
(from : UInt64, value : UInt64)
.new
(pull : JSON::PullParser)
Instance Method Summary
#from
: UInt64
#from=
(from : UInt64)
#value
: UInt64
#value=
(value : UInt64)
Constructor Detail
def self.
new
(from : UInt64, value : UInt64)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
from
: UInt64
#
[
View source
]
def
from=
(from : UInt64)
#
[
View source
]
def
value
: UInt64
#
[
View source
]
def
value=
(value : UInt64)
#
[
View source
]