Class: AArch64::Extends::Extend
- Inherits:
-
Struct
- Object
- Struct
- AArch64::Extends::Extend
- Defined in:
- lib/aarch64.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
79 80 81 |
# File 'lib/aarch64.rb', line 79 def amount @amount end |
#name ⇒ Object
Returns the value of attribute name
79 80 81 |
# File 'lib/aarch64.rb', line 79 def name @name end |
#type ⇒ Object
Returns the value of attribute type
79 80 81 |
# File 'lib/aarch64.rb', line 79 def type @type end |
Instance Method Details
#extend? ⇒ Boolean
80 |
# File 'lib/aarch64.rb', line 80 def extend?; true; end |
#shift? ⇒ Boolean
81 |
# File 'lib/aarch64.rb', line 81 def shift?; false; end |