Class: Ragweed::Wraposx::Vm::RegionInfo

Inherits:
FFI::Struct
  • Object
show all
Includes:
FFIStructInclude
Defined in:
lib/ragweed/wraposx/region_info.rb

Overview

Memory region info base class.

Instance Attribute Summary collapse

Method Summary

Methods included from FFIStructInclude

#method_missing, #methods, #respond_to?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ragweed::FFIStructInclude

Instance Attribute Details

#base_addressObject

Returns the value of attribute base_address.



38
39
40
# File 'lib/ragweed/wraposx/region_info.rb', line 38

def base_address
  @base_address
end

#region_sizeObject

Returns the value of attribute region_size.



37
38
39
# File 'lib/ragweed/wraposx/region_info.rb', line 37

def region_size
  @region_size
end