Class: AWS::CloudWatch

Inherits:
Object
  • Object
show all
Defined in:
lib/radiosonde/ext/cloud_watch_ext.rb

Instance Method Summary collapse

Instance Method Details

#modified?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/radiosonde/ext/cloud_watch_ext.rb', line 6

def modified?
  !!@modified
end

#modify!Object



2
3
4
# File 'lib/radiosonde/ext/cloud_watch_ext.rb', line 2

def modify!
  @modified = true
end