Class: FFI::Chm::Struct::HHC::Entry
- Inherits:
-
FFI::Chm::Struct
- Object
- FFI::Chm::Struct
- FFI::Chm::Struct::HHC::Entry
- Defined in:
- lib/ffi-chm/struct/hhc/entry.rb
Instance Attribute Summary collapse
-
#Comment ⇒ Object
Returns the value of attribute Comment.
-
#FrameName ⇒ Object
Returns the value of attribute FrameName.
-
#ImageNumber ⇒ Object
Returns the value of attribute ImageNumber.
-
#Local ⇒ Object
Returns the value of attribute Local.
-
#Merge ⇒ Object
Returns the value of attribute Merge.
-
#Name ⇒ Object
Returns the value of attribute Name.
-
#New ⇒ Object
Returns the value of attribute New.
-
#Type ⇒ Object
Returns the value of attribute Type.
-
#URL ⇒ Object
Returns the value of attribute URL.
-
#WindowName ⇒ Object
Returns the value of attribute WindowName.
Instance Attribute Details
#Comment ⇒ Object
Returns the value of attribute Comment
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def Comment @Comment end |
#FrameName ⇒ Object
Returns the value of attribute FrameName
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def FrameName @FrameName end |
#ImageNumber ⇒ Object
Returns the value of attribute ImageNumber
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def ImageNumber @ImageNumber end |
#Local ⇒ Object
Returns the value of attribute Local
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def Local @Local end |
#Merge ⇒ Object
Returns the value of attribute Merge
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def Merge @Merge end |
#Name ⇒ Object
Returns the value of attribute Name
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def Name @Name end |
#New ⇒ Object
Returns the value of attribute New
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def New @New end |
#Type ⇒ Object
Returns the value of attribute Type
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def Type @Type end |
#URL ⇒ Object
Returns the value of attribute URL
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def URL @URL end |
#WindowName ⇒ Object
Returns the value of attribute WindowName
2 3 4 |
# File 'lib/ffi-chm/struct/hhc/entry.rb', line 2 def WindowName @WindowName end |