Class: DiffInfluence::Core::EMeth

Inherits:
Struct
  • Object
show all
Defined in:
lib/diff_influence/core.rb,
lib/diff_influence/core_1x.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



3
4
5
# File 'lib/diff_influence/core.rb', line 3

def index
  @index
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/diff_influence/core.rb', line 3

def name
  @name
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



3
4
5
# File 'lib/diff_influence/core.rb', line 3

def raw
  @raw
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/diff_influence/core.rb', line 3

def type
  @type
end