Class: SFRP::VirtualFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/sfrp/file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



4
5
6
# File 'lib/sfrp/file.rb', line 4

def content
  @content
end

#file_extObject

Returns the value of attribute file_ext

Returns:

  • (Object)

    the current value of file_ext



4
5
6
# File 'lib/sfrp/file.rb', line 4

def file_ext
  @file_ext
end

#fmodule_uriObject

Returns the value of attribute fmodule_uri

Returns:

  • (Object)

    the current value of fmodule_uri



4
5
6
# File 'lib/sfrp/file.rb', line 4

def fmodule_uri
  @fmodule_uri
end