class Mailosaur::Models::Link
Attributes
href[RW]
@return [String]
text[RW]
@return [String]
Public Class Methods
new(data = {})
click to toggle source
# File lib/Mailosaur/models/link.rb, line 4 def initialize(data = {}) @href = data['href'] @text = data['text'] end