Class: Echowrap::Keyvalues

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/keyvalues.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#==, attr_reader, #attrs, #initialize, #update

Constructor Details

This class inherits a constructor from Echowrap::Base

Instance Attribute Details

#cat_typeObject (readonly)

Returns the value of attribute cat_type.



5
6
7
# File 'lib/echowrap/keyvalues.rb', line 5

def cat_type
  @cat_type
end

#is_activeObject (readonly)

Returns the value of attribute is_active.



5
6
7
# File 'lib/echowrap/keyvalues.rb', line 5

def is_active
  @is_active
end

#timestampObject (readonly)

Returns the value of attribute timestamp.



5
6
7
# File 'lib/echowrap/keyvalues.rb', line 5

def timestamp
  @timestamp
end

#versionObject (readonly)

Returns the value of attribute version.



5
6
7
# File 'lib/echowrap/keyvalues.rb', line 5

def version
  @version
end