class AmberCLI::Native::CapabilityManifest::NotificationCategorySpec

Included Modules

Defined in:

amber_cli/native/capability_manifest.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(identifier : String = "", actions : Array(NotificationActionSpec) = [] of NotificationActionSpec, intent_identifiers : Array(String) = [] of String, options : Array(String) = [] of String, is_enabled : Bool = true) #

[View source]
def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def actions : Array(NotificationActionSpec) #

[View source]
def actions=(actions : Array(NotificationActionSpec)) #

[View source]
def identifier : String #

[View source]
def identifier=(identifier : String) #

[View source]
def intent_identifiers : Array(String) #

[View source]
def intent_identifiers=(intent_identifiers : Array(String)) #

[View source]
def is_enabled : Bool #

[View source]
def is_enabled=(is_enabled : Bool) #

[View source]
def options : Array(String) #

[View source]
def options=(options : Array(String)) #

[View source]
def validate! : self #

[View source]