Class: Returnly::NilGiftCard

Inherits:
Struct
  • Object
show all
Defined in:
lib/returnly/gift_card.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#refundObject

Returns the value of attribute refund

Returns:

  • (Object)

    the current value of refund



2
3
4
# File 'lib/returnly/gift_card.rb', line 2

def refund
  @refund
end

Instance Method Details

#codeObject



3
4
5
# File 'lib/returnly/gift_card.rb', line 3

def code
  nil
end

#idObject



7
8
9
# File 'lib/returnly/gift_card.rb', line 7

def id
  nil
end