Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sendgrid
master
Sendgrid
Address
AdvancedSuppressionManagement
Attachment
ClickTracking
Client
Content
EnableSetting
Footer
GAnalytics
MailSetting
Message
OpenTracking
Personalization
SubscriptionTracking
TrackingSettings
Built with Crystal 1.9.2
2023-10-07 21:29:28 UTC
struct
Sendgrid::Address
Sendgrid::Address
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
sendgrid/sendgrid_structs.cr
Constructors
.new
(email : String, name : String | Nil =
nil
)
.new
(pull : JSON::PullParser)
Instance Method Summary
#clone
#copy_with
(email _email = @email, name _name = @name)
#email
: String
#name
: String | Nil
Constructor Detail
def self.
new
(email : String, name : String | Nil =
nil
)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(email _email = @email, name _name = @name)
#
[
View source
]
def
email
: String
#
def
name
: String | Nil
#