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



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

def amount
  @amount
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

Instance Method Details

#extend?Boolean

Returns:

  • (Boolean)


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

def extend?; true; end

#shift?Boolean

Returns:

  • (Boolean)


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

def shift?; false; end