Class: Bparity::Adapter::Waiver
- Inherits:
-
Struct
- Object
- Struct
- Bparity::Adapter::Waiver
- Defined in:
- lib/bparity/adapter.rb
Instance Attribute Summary collapse
-
#approved_at ⇒ Object
Returns the value of attribute approved_at.
-
#approved_by ⇒ Object
Returns the value of attribute approved_by.
-
#id ⇒ Object
Returns the value of attribute id.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#approved_at ⇒ Object
Returns the value of attribute approved_at
58 59 60 |
# File 'lib/bparity/adapter.rb', line 58 def approved_at @approved_at end |
#approved_by ⇒ Object
Returns the value of attribute approved_by
58 59 60 |
# File 'lib/bparity/adapter.rb', line 58 def approved_by @approved_by end |
#id ⇒ Object
Returns the value of attribute id
58 59 60 |
# File 'lib/bparity/adapter.rb', line 58 def id @id end |
#reason ⇒ Object
Returns the value of attribute reason
58 59 60 |
# File 'lib/bparity/adapter.rb', line 58 def reason @reason end |