class GPhoto2::CameraFilePath
- GPhoto2::CameraFilePath
- Reference
- Object
Included Modules
Defined in:
gphoto2/camera_file_path.crInstance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #folder : String
- #name : String
Instance methods inherited from module GPhoto2::Struct(LibGPhoto2::CameraFilePath)
ptr : Pointer(T)
ptr,
ptr? : Pointer(T) | Nil
ptr?,
to_unsafe : Pointer(T)
to_unsafe,
wrapped : T
wrapped
Constructor methods inherited from module GPhoto2::Struct(LibGPhoto2::CameraFilePath)
new(ptr : Pointer(T) | Nil = nil)
new
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.