Class: VWorkApp::Step

Inherits:
Base
  • Object
show all
Defined in:
lib/vworkapp_ruby/step.rb

Instance Method Summary collapse

Methods inherited from Base

#attributes, #attributes=, #attributes_eql?, hattr_accessor, hattr_reader, hattr_writer, hattrs, #hattrs, #initialize, #read_attributes, #read_attributes=, read_hattrs, #read_hattrs, #validate_and_raise, #write_attributes, #write_attributes=, #write_hattrs, write_hattrs

Constructor Details

This class inherits a constructor from VWorkApp::Base

Instance Method Details

#==(other) ⇒ Object



6
7
8
# File 'lib/vworkapp_ruby/step.rb', line 6

def ==(other)
  attributes_eql?(other, :name, :location, :completed_at)
end