Class: MailAuth::ArcSignature
- Inherits:
-
Data
- Object
- Data
- MailAuth::ArcSignature
- Defined in:
- lib/mailauth/result.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
readonly
Returns the value of attribute algorithm.
-
#comment ⇒ Object
readonly
Returns the value of attribute comment.
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#selector ⇒ Object
readonly
Returns the value of attribute selector.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status:, domain: nil, selector: nil, algorithm: nil, comment: nil) ⇒ ArcSignature
constructor
A new instance of ArcSignature.
Constructor Details
#initialize(status:, domain: nil, selector: nil, algorithm: nil, comment: nil) ⇒ ArcSignature
Returns a new instance of ArcSignature.
58 59 60 |
# File 'lib/mailauth/result.rb', line 58 def initialize(status:, domain: nil, selector: nil, algorithm: nil, comment: nil) super end |
Instance Attribute Details
#algorithm ⇒ Object (readonly)
Returns the value of attribute algorithm
57 58 59 |
# File 'lib/mailauth/result.rb', line 57 def algorithm @algorithm end |
#comment ⇒ Object (readonly)
Returns the value of attribute comment
57 58 59 |
# File 'lib/mailauth/result.rb', line 57 def comment @comment end |
#domain ⇒ Object (readonly)
Returns the value of attribute domain
57 58 59 |
# File 'lib/mailauth/result.rb', line 57 def domain @domain end |
#selector ⇒ Object (readonly)
Returns the value of attribute selector
57 58 59 |
# File 'lib/mailauth/result.rb', line 57 def selector @selector end |
#status ⇒ Object (readonly)
Returns the value of attribute status
57 58 59 |
# File 'lib/mailauth/result.rb', line 57 def status @status end |