Class: Etna::Clients::Magma::SetDateShiftRootAction

Inherits:
Struct
  • Object
show all
Includes:
JsonSerializableStruct
Defined in:
lib/etna/clients/magma/models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from JsonSerializableStruct

#as_json, included, #to_json

Constructor Details

#initialize(**args) ⇒ SetDateShiftRootAction

Returns a new instance of SetDateShiftRootAction.



72
73
74
# File 'lib/etna/clients/magma/models.rb', line 72

def initialize(**args)
  super({action_name: 'set_date_shift_root'}.update(args))
end

Instance Attribute Details

#action_nameObject

Returns the value of attribute action_name

Returns:

  • (Object)

    the current value of action_name



69
70
71
# File 'lib/etna/clients/magma/models.rb', line 69

def action_name
  @action_name
end

#date_shift_rootObject

Returns the value of attribute date_shift_root

Returns:

  • (Object)

    the current value of date_shift_root



69
70
71
# File 'lib/etna/clients/magma/models.rb', line 69

def date_shift_root
  @date_shift_root
end

#model_nameObject

Returns the value of attribute model_name

Returns:

  • (Object)

    the current value of model_name



69
70
71
# File 'lib/etna/clients/magma/models.rb', line 69

def model_name
  @model_name
end