Class: Returnly::NilGiftCardEstimate

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



12
13
14
# File 'lib/returnly/gift_card.rb', line 12

def order
  @order
end

Instance Method Details

#codeObject



13
14
15
# File 'lib/returnly/gift_card.rb', line 13

def code
  nil
end

#idObject



17
18
19
# File 'lib/returnly/gift_card.rb', line 17

def id
  nil
end