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
153 154 155 |
# File 'lib/zeroclick/sellers/contracts.rb', line 153 def allowed @allowed end |
#reason ⇒ Object
Returns the value of attribute reason
153 154 155 |
# File 'lib/zeroclick/sellers/contracts.rb', line 153 def reason @reason end |
Instance Method Details
#allowed? ⇒ Boolean
154 |
# File 'lib/zeroclick/sellers/contracts.rb', line 154 def allowed? = allowed |