Class: Vanguard::Rule::Nullary::Confirmation::Builder::Confirm::Static

Inherits:
Object
  • Object
show all
Defined in:
lib/vanguard/rule/nullary/confirmation.rb

Overview

Static confirmation attribute

Instance Method Summary collapse

Instance Method Details

#confirmation_attribute_name(_attribute_name) ⇒ Symbol

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return confirmation attribute name

Parameters:

  • _attribute_name (Symbol)

Returns:

  • (Symbol)


94
95
96
# File 'lib/vanguard/rule/nullary/confirmation.rb', line 94

def confirmation_attribute_name(_attribute_name)
  @confirmation_attribute_name
end