Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ecmo
v0.11.0
App
Application
Assets
Boot
Command
Dashboard
Disk
Gauges
Home
Host
Init
InitProvider
InvalidUserParamsError
Job
Jobs
Level
Load
Memory
Metrics
Net
Openrc
Partition
Pid
Run
Runit
Schedule
Sequence
Service
Sessions
SessionUtils
Storage
Systemd
User
UserAuthenticationError
UserError
UserNotFoundError
Built with Crystal 1.9.2
2023-10-08 13:25:57 UTC
class
Sequence
Sequence
Granite::Base
Reference
Object
Included Modules
JSON::Serializable
YAML::Serializable
Defined in:
models/sequence.cr:1
models/sequence.cr:3
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(pull : JSON::PullParser)
Class Method Summary
.adapter
: Granite::Adapter::Base
Instance Method Summary
#name
: String
#name=
(name : String)
#seq
: Int64
#seq=
(seq : Int64)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
def self.
new
(pull : JSON::PullParser)
#
Class Method Detail
def self.
adapter
: Granite::Adapter::Base
#
Instance Method Detail
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
seq
: Int64
#
[
View source
]
def
seq=
(seq : Int64)
#
[
View source
]