Class: D3MPQ::Attributes::Attribute

Inherits:
Struct
  • Object
show all
Defined in:
lib/d3_mpq/attributes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bit_countObject

Returns the value of attribute bit_count

Returns:

  • (Object)

    the current value of bit_count



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def bit_count
  @bit_count
end

#encoding_typeObject

Returns the value of attribute encoding_type

Returns:

  • (Object)

    the current value of encoding_type



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def encoding_type
  @encoding_type
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def id
  @id
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def max
  @max
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def min
  @min
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def name
  @name
end

#script_aObject

Returns the value of attribute script_a

Returns:

  • (Object)

    the current value of script_a



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def script_a
  @script_a
end

#script_bObject

Returns the value of attribute script_b

Returns:

  • (Object)

    the current value of script_b



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def script_b
  @script_b
end

#u10Object

Returns the value of attribute u10

Returns:

  • (Object)

    the current value of u10



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def u10
  @u10
end

#u2Object

Returns the value of attribute u2

Returns:

  • (Object)

    the current value of u2



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def u2
  @u2
end

#u3Object

Returns the value of attribute u3

Returns:

  • (Object)

    the current value of u3



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def u3
  @u3
end

#u4Object

Returns the value of attribute u4

Returns:

  • (Object)

    the current value of u4



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def u4
  @u4
end

#u5Object

Returns the value of attribute u5

Returns:

  • (Object)

    the current value of u5



5
6
7
# File 'lib/d3_mpq/attributes.rb', line 5

def u5
  @u5
end

Instance Method Details

#keysObject

HACK: to get the analyzer working



7
# File 'lib/d3_mpq/attributes.rb', line 7

def keys; self.members; end