lib/tms_client/resource/command.rb in tms_client-0.0.3 vs lib/tms_client/resource/command.rb in tms_client-0.1.0

- old
+ new

@@ -15,10 +15,13 @@ # command.put # command.delete class Command include InstanceResource + # @!parse attr_accessor :name, :command_type, :params writeable_attributes :name, :command_type, :params + + # @!parse attr_reader :created_at, :updated_at readonly_attributes :created_at, :updated_at end end \ No newline at end of file