class Letter::Sender

Included Modules

Defined in:

example.cr
letter.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(*, name : String, address : String, phone : Nil | String, email : Nil | String, url : Nil | String, bank : Nil | String, customer : Nil | String) #

[View source]

Instance Method Detail

def address : String #

[View source]
def bank : String | Nil #

[View source]
def customer : String | Nil #

[View source]
def email : String | Nil #

[View source]
def name : String #

[View source]
def phone : String | Nil #

[View source]
def url : String | Nil #

[View source]