Class: Granite::AssignData::DataAssignment

Inherits:
Struct
  • Object
show all
Defined in:
lib/granite/assign_data.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



3
4
5
# File 'lib/granite/assign_data.rb', line 3

def method
  @method
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/granite/assign_data.rb', line 3

def options
  @options
end