Class: D3MPQ::Attributes::Attribute
- Inherits:
-
Struct
- Object
- Struct
- D3MPQ::Attributes::Attribute
- Defined in:
- lib/d3_mpq/attributes.rb
Instance Attribute Summary collapse
-
#bit_count ⇒ Object
Returns the value of attribute bit_count.
-
#encoding_type ⇒ Object
Returns the value of attribute encoding_type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#name ⇒ Object
Returns the value of attribute name.
-
#script_a ⇒ Object
Returns the value of attribute script_a.
-
#script_b ⇒ Object
Returns the value of attribute script_b.
-
#u10 ⇒ Object
Returns the value of attribute u10.
-
#u2 ⇒ Object
Returns the value of attribute u2.
-
#u3 ⇒ Object
Returns the value of attribute u3.
-
#u4 ⇒ Object
Returns the value of attribute u4.
-
#u5 ⇒ Object
Returns the value of attribute u5.
Instance Method Summary collapse
-
#keys ⇒ Object
HACK: to get the analyzer working.
Instance Attribute Details
#bit_count ⇒ Object
Returns the value of attribute bit_count
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def bit_count @bit_count end |
#encoding_type ⇒ Object
Returns the value of attribute encoding_type
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def encoding_type @encoding_type end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def id @id end |
#max ⇒ Object
Returns the value of attribute max
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def max @max end |
#min ⇒ Object
Returns the value of attribute min
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def min @min end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def name @name end |
#script_a ⇒ Object
Returns the value of attribute script_a
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def script_a @script_a end |
#script_b ⇒ Object
Returns the value of attribute script_b
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def script_b @script_b end |
#u10 ⇒ Object
Returns the value of attribute u10
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def u10 @u10 end |
#u2 ⇒ Object
Returns the value of attribute u2
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def u2 @u2 end |
#u3 ⇒ Object
Returns the value of attribute u3
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def u3 @u3 end |
#u4 ⇒ Object
Returns the value of attribute u4
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def u4 @u4 end |
#u5 ⇒ Object
Returns the value of attribute u5
5 6 7 |
# File 'lib/d3_mpq/attributes.rb', line 5 def u5 @u5 end |
Instance Method Details
#keys ⇒ Object
HACK: to get the analyzer working
7 |
# File 'lib/d3_mpq/attributes.rb', line 7 def keys; self.members; end |