Module: GenesisRuby::Api::Mixins::Requests::Financial::GiftCardsAttributes
- Included in:
- Requests::Financial::GiftCards::Fashioncheque, Requests::Financial::GiftCards::Intersolve, Requests::Financial::GiftCards::Tcs
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/gift_cards_attributes.rb
Overview
Gift Cards Attributes mixin
Instance Attribute Summary collapse
-
#card_number ⇒ Object
Returns the value of attribute card_number.
-
#cvv ⇒ Object
Returns the value of attribute cvv.
Instance Attribute Details
#card_number ⇒ Object
Returns the value of attribute card_number.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/gift_cards_attributes.rb', line 11 def card_number @card_number end |
#cvv ⇒ Object
Returns the value of attribute cvv.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/gift_cards_attributes.rb', line 11 def cvv @cvv end |