class Letter::Sender
- Letter::Sender
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
example.crletter.cr
Constructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(*, name : String, address : String, phone : Nil | String, email : Nil | String, url : Nil | String, bank : Nil | String, customer : Nil | String)
Instance Method Summary
- #address : String
- #bank : String | Nil
- #customer : String | Nil
- #email : String | Nil
- #name : String
- #phone : String | Nil
- #url : String | Nil
Constructor Detail
def self.new(*, name : String, address : String, phone : Nil | String, email : Nil | String, url : Nil | String, bank : Nil | String, customer : Nil | String)
#