Class: VWorkApp::CustomFieldMobile

Inherits:
Base
  • Object
show all
Defined in:
lib/vworkapp_ruby/custom_field.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



5
6
7
# File 'lib/vworkapp_ruby/custom_field.rb', line 5

def ==(other)
  attributes_eql?(other, :type)
end