Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
trycourier (6.3.0)
trycourier (6.4.1)
cgi
connection_pool

Expand Down
2 changes: 1 addition & 1 deletion lib/courier/models/elemental_image_node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ElementalImageNode < Courier::Models::ElementalBaseNode
# Alternate text for the image.
#
# @return [String, nil]
optional :alt_text, String, api_name: :altText, nil?: true
optional :alt_text, String, nil?: true

# @!attribute border_color
# CSS border color applied to the image. For example, `#ccc`
Expand Down
2 changes: 1 addition & 1 deletion lib/courier/models/elemental_quote_node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ElementalQuoteNode < Courier::Models::ElementalBaseNode
# CSS border color property. For example, `#fff`
#
# @return [String, nil]
optional :border_color, String, api_name: :borderColor, nil?: true
optional :border_color, String, nil?: true

# @!attribute font_size
# CSS px font size for this quote block, e.g. `16px`. Overrides the size of the
Expand Down