Class: Bparity::Adapter::Waiver

Inherits:
Struct
  • Object
show all
Defined in:
lib/bparity/adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#approved_atObject

Returns the value of attribute approved_at

Returns:

  • (Object)

    the current value of approved_at



58
59
60
# File 'lib/bparity/adapter.rb', line 58

def approved_at
  @approved_at
end

#approved_byObject

Returns the value of attribute approved_by

Returns:

  • (Object)

    the current value of approved_by



58
59
60
# File 'lib/bparity/adapter.rb', line 58

def approved_by
  @approved_by
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



58
59
60
# File 'lib/bparity/adapter.rb', line 58

def id
  @id
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



58
59
60
# File 'lib/bparity/adapter.rb', line 58

def reason
  @reason
end