Class: ZeroClick::Sellers::AllowanceDecision
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::AllowanceDecision
- Defined in:
- lib/zeroclick/sellers/contracts.rb
Instance Attribute Summary collapse
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Instance Attribute Details
#allowed ⇒ Object
Returns the value of attribute allowed
157 158 159 |
# File 'lib/zeroclick/sellers/contracts.rb', line 157 def allowed @allowed end |
#reason ⇒ Object
Returns the value of attribute reason
157 158 159 |
# File 'lib/zeroclick/sellers/contracts.rb', line 157 def reason @reason end |
Instance Method Details
#allowed? ⇒ Boolean
158 |
# File 'lib/zeroclick/sellers/contracts.rb', line 158 def allowed? = allowed |