Class: AArch64::Extends::Extend

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount



79
80
81
# File 'lib/aarch64.rb', line 79

def amount
  @amount
end

#nameObject

Returns the value of attribute name



79
80
81
# File 'lib/aarch64.rb', line 79

def name
  @name
end

#typeObject

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