Class: HasHelpers::Cards::CardDataCommand::Response
- Inherits:
-
Struct
- Object
- Struct
- HasHelpers::Cards::CardDataCommand::Response
- Defined in:
- app/commands/has_helpers/cards/card_data_command.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#card ⇒ Object
Returns the value of attribute card.
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#fields ⇒ Object
Returns the value of attribute fields.
Instance Attribute Details
#card ⇒ Object
Returns the value of attribute card
29 30 31 |
# File 'app/commands/has_helpers/cards/card_data_command.rb', line 29 def card @card end |
#entries ⇒ Object
Returns the value of attribute entries
29 30 31 |
# File 'app/commands/has_helpers/cards/card_data_command.rb', line 29 def entries @entries end |
#fields ⇒ Object
Returns the value of attribute fields
29 30 31 |
# File 'app/commands/has_helpers/cards/card_data_command.rb', line 29 def fields @fields end |