Class: Ruber::FilesRunner::Plugin::FakeFileInfo
- Inherits:
-
Struct
- Object
- Struct
- Ruber::FilesRunner::Plugin::FakeFileInfo
- Defined in:
- plugins/ruby_development/ruby_development.rb
Instance Attribute Summary (collapse)
-
- (Object) file
Returns the value of attribute file.
-
- (Object) url
Returns the value of attribute url.
Instance Attribute Details
- (Object) file
Returns the value of attribute file
49 50 51 |
# File 'plugins/ruby_development/ruby_development.rb', line 49 def file @file end |
- (Object) url
Returns the value of attribute url
49 50 51 |
# File 'plugins/ruby_development/ruby_development.rb', line 49 def url @url end |