Class: Tanker::Core::AttachResult
- Inherits:
-
Object
- Object
- Tanker::Core::AttachResult
- Defined in:
- lib/tanker/core/attach_result.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#verification_method ⇒ Object
readonly
Returns the value of attribute verification_method.
Instance Method Summary collapse
-
#initialize(status, verification_method) ⇒ AttachResult
constructor
A new instance of AttachResult.
Constructor Details
#initialize(status, verification_method) ⇒ AttachResult
Returns a new instance of AttachResult.
7 8 9 10 |
# File 'lib/tanker/core/attach_result.rb', line 7 def initialize(status, verification_method) @status = status @verification_method = verification_method end |
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status.
5 6 7 |
# File 'lib/tanker/core/attach_result.rb', line 5 def status @status end |
#verification_method ⇒ Object (readonly)
Returns the value of attribute verification_method.
5 6 7 |
# File 'lib/tanker/core/attach_result.rb', line 5 def verification_method @verification_method end |