Class: Ivy::Parameter

Inherits:
Struct
  • Object
show all
Defined in:
lib/ivy/target.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#mandatoryObject

Returns the value of attribute mandatory

Returns:

  • (Object)

    the current value of mandatory



153
154
155
# File 'lib/ivy/target.rb', line 153

def mandatory
  @mandatory
end

#symbolObject

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



153
154
155
# File 'lib/ivy/target.rb', line 153

def symbol
  @symbol
end

Instance Method Details

#mandatory?Boolean

Returns:

  • (Boolean)


154
155
156
# File 'lib/ivy/target.rb', line 154

def mandatory?
  mandatory
end