Class: RubyCritic::SourceControlSystem::PerforceStats
- Inherits:
-
Struct
- Object
- Struct
- RubyCritic::SourceControlSystem::PerforceStats
- Defined in:
- lib/rubycritic/source_control_systems/perforce.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#last_commit ⇒ Object
Returns the value of attribute last_commit.
-
#opened? ⇒ Object
Returns the value of attribute opened?.
-
#revision ⇒ Object
Returns the value of attribute revision.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
6 7 8 |
# File 'lib/rubycritic/source_control_systems/perforce.rb', line 6 def filename @filename end |
#last_commit ⇒ Object
Returns the value of attribute last_commit
6 7 8 |
# File 'lib/rubycritic/source_control_systems/perforce.rb', line 6 def last_commit @last_commit end |
#opened? ⇒ Object
Returns the value of attribute opened?
6 7 8 |
# File 'lib/rubycritic/source_control_systems/perforce.rb', line 6
def opened?
@opened?
end
|
#revision ⇒ Object
Returns the value of attribute revision
6 7 8 |
# File 'lib/rubycritic/source_control_systems/perforce.rb', line 6 def revision @revision end |