Class: CommandModel::Model::Parameter

Inherits:
Struct
  • Object
show all
Defined in:
lib/command_model/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#convertersObject

Returns the value of attribute converters

Returns:

  • (Object)

    the current value of converters



15
16
17
# File 'lib/command_model/model.rb', line 15

def converters
  @converters
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/command_model/model.rb', line 15

def name
  @name
end

#validationsObject

Returns the value of attribute validations

Returns:

  • (Object)

    the current value of validations



15
16
17
# File 'lib/command_model/model.rb', line 15

def validations
  @validations
end