class AmberCLI::Native::CapabilityManifest::QuickActionSpec

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(type : String = "", title : String = "", subtitle : String | Nil = nil, system_image : String | Nil = nil, user_info : Hash(String, String) = {} of String => String) #

[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 subtitle : String | Nil #

[View source]
def subtitle=(subtitle : String | Nil) #

[View source]
def system_image : String | Nil #

[View source]
def system_image=(system_image : String | Nil) #

[View source]
def title : String #

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

[View source]
def type : String #

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

[View source]
def user_info : Hash(String, String) #

[View source]
def user_info=(user_info : Hash(String, String)) #

[View source]
def validate! : self #

[View source]