Class: FFI::Chm::Struct::HHK::Entry

Inherits:
FFI::Chm::Struct show all
Defined in:
lib/ffi-chm/struct/hhk/entry.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#CommentObject

Returns the value of attribute Comment

Returns:

  • (Object)

    the current value of Comment



2
3
4
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 2

def Comment
  @Comment
end

#FrameNameObject

Returns the value of attribute FrameName

Returns:

  • (Object)

    the current value of FrameName



2
3
4
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 2

def FrameName
  @FrameName
end

#LocalObject

Returns the value of attribute Local

Returns:

  • (Object)

    the current value of Local



2
3
4
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 2

def Local
  @Local
end

#MergeObject

Returns the value of attribute Merge

Returns:

  • (Object)

    the current value of Merge



2
3
4
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 2

def Merge
  @Merge
end

#NameObject

Returns the value of attribute Name

Returns:

  • (Object)

    the current value of Name



2
3
4
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 2

def Name
  @Name
end

#TypeObject

Returns the value of attribute Type

Returns:

  • (Object)

    the current value of Type



2
3
4
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 2

def Type
  @Type
end

#URLObject

Returns the value of attribute URL

Returns:

  • (Object)

    the current value of URL



2
3
4
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 2

def URL
  @URL
end

#WindowNameObject

Returns the value of attribute WindowName

Returns:

  • (Object)

    the current value of WindowName



2
3
4
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 2

def WindowName
  @WindowName
end

Instance Method Details

#SeeAlsoObject



3
4
5
# File 'lib/ffi-chm/struct/hhk/entry.rb', line 3

def SeeAlso
  self["See Also"]
end