Class: HasHelpers::Cards::CardDataCommand::Response

Inherits:
Struct
  • Object
show all
Defined in:
app/commands/has_helpers/cards/card_data_command.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#cardObject

Returns the value of attribute card

Returns:

  • (Object)

    the current value of card



29
30
31
# File 'app/commands/has_helpers/cards/card_data_command.rb', line 29

def card
  @card
end

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



29
30
31
# File 'app/commands/has_helpers/cards/card_data_command.rb', line 29

def entries
  @entries
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



29
30
31
# File 'app/commands/has_helpers/cards/card_data_command.rb', line 29

def fields
  @fields
end