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

Returns:

  • (Object)

    the current value of amount



81
82
83
# File 'lib/aarch64.rb', line 81

def amount
  @amount
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



81
82
83
# File 'lib/aarch64.rb', line 81

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



81
82
83
# File 'lib/aarch64.rb', line 81

def type
  @type
end

Instance Method Details

#extend?Boolean

Returns:

  • (Boolean)


82
# File 'lib/aarch64.rb', line 82

def extend?; true; end

#shift?Boolean

Returns:

  • (Boolean)


83
# File 'lib/aarch64.rb', line 83

def shift?; false; end