Class: HelixSync::Methods::Describe

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/helix_sync/methods.rb

Instance Method Summary (collapse)

Instance Method Details

- (Boolean) submitted?

Returns:

  • (Boolean)


517
518
519
# File 'lib/helix_sync/methods.rb', line 517

def 
  self.status == 'submitted'
end