Class: MailAuth::ArcSignature

Inherits:
Data
  • Object
show all
Defined in:
lib/mailauth/result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#algorithmObject (readonly)

Returns the value of attribute algorithm

Returns:

  • (Object)

    the current value of algorithm



57
58
59
# File 'lib/mailauth/result.rb', line 57

def algorithm
  @algorithm
end

#commentObject (readonly)

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



57
58
59
# File 'lib/mailauth/result.rb', line 57

def comment
  @comment
end

#domainObject (readonly)

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



57
58
59
# File 'lib/mailauth/result.rb', line 57

def domain
  @domain
end

#selectorObject (readonly)

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



57
58
59
# File 'lib/mailauth/result.rb', line 57

def selector
  @selector
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



57
58
59
# File 'lib/mailauth/result.rb', line 57

def status
  @status
end